Открытые члены | |
__construct (int $id) | |
getId () | |
getDepth () | |
getName () | |
isExist () | |
toRestFormat (array $option=[]) | |
Открытые статические члены | |
static | getRestEntityName () |
См. определение в файле Department.php строка 8
__construct | ( | int | $id | ) |
См. определение в файле Department.php строка 14
getDepth | ( | ) |
См. определение в файле Department.php строка 24
getId | ( | ) |
Returns the id of the entity
Замещает Entity.
См. определение в файле Department.php строка 19
getName | ( | ) |
См. определение в файле Department.php строка 29
|
static |
Returns the name of the entity that will be used in the rest response
Замещает RestConvertible.
См. определение в файле Department.php строка 41
isExist | ( | ) |
См. определение в файле Department.php строка 34
toRestFormat | ( | array | $option = [] | ) |
Returns an array in JSON like format to return the entity as a rest response.
array | $option |
Замещает RestConvertible.
См. определение в файле Department.php строка 46