mirror of
https://github.com/verdigado/organization_folders.git
synced 2024-12-06 11:22:41 +01:00
added occ commands to get organization folder by id and to remove organization folder
This commit is contained in:
parent
4e120250e1
commit
21f3a39b06
5 changed files with 80 additions and 2 deletions
|
@ -27,6 +27,14 @@ class OrganizationFolder implements JsonSerializable, TableSerializable {
|
|||
return $this->quota;
|
||||
}
|
||||
|
||||
public function getOrganizationProvider(): string {
|
||||
return $this->organizationProvider;
|
||||
}
|
||||
|
||||
public function getOrganizationId(): int {
|
||||
return $this->organizationId;
|
||||
}
|
||||
|
||||
public function jsonSerialize(): array {
|
||||
return [
|
||||
'id' => $this->id,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue