mirror of
https://github.com/verdigado/organization_folders.git
synced 2024-12-06 11:22:41 +01:00
added resource occ commands
This commit is contained in:
parent
0f81059343
commit
840fd70c37
8 changed files with 169 additions and 2 deletions
11
lib/Interface/TableSerializable.php
Normal file
11
lib/Interface/TableSerializable.php
Normal file
|
@ -0,0 +1,11 @@
|
|||
<?php
|
||||
|
||||
namespace OCA\OrganizationFolders\Interface;
|
||||
|
||||
interface TableSerializable {
|
||||
/**
|
||||
* Serializes the object to a dict array to be rendered into a occ command output table
|
||||
* @return array
|
||||
*/
|
||||
function tableSerialize();
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue