preparation for updating via Twingle API
This commit is contained in:
parent
338539e9be
commit
50b0ff7da8
2 changed files with 38 additions and 3 deletions
|
@ -130,6 +130,15 @@ class TwingleProject {
|
|||
];
|
||||
}
|
||||
|
||||
/**
|
||||
* Export values
|
||||
*
|
||||
* @return array
|
||||
*/
|
||||
public function export() {
|
||||
return $this->values;
|
||||
}
|
||||
|
||||
/**
|
||||
* Check if a project already exists
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue