preparation for updating via Twingle API

This commit is contained in:
Marc Michalsky forumZFD 2020-09-29 21:47:03 +02:00
parent 338539e9be
commit 50b0ff7da8
Signed by untrusted user who does not match committer: marc.koch
GPG key ID: 12406554CFB028B9
2 changed files with 38 additions and 3 deletions

View file

@ -130,6 +130,15 @@ class TwingleProject {
];
}
/**
* Export values
*
* @return array
*/
public function export() {
return $this->values;
}
/**
* Check if a project already exists
*