public function RestfulInterface::getPublicFields in RESTful 7
Return the properties that should be public after processing.
Default values would be assigned to the properties declared in \RestfulInterface::publicFieldsInfo().
Return value
array
1 method overrides RestfulInterface::getPublicFields()
- RestfulBase::getPublicFields in plugins/
restful/ RestfulBase.php  - Return the properties that should be public after processing.
 
File
- plugins/
restful/ RestfulInterface.php, line 93  - Contains RestfulInterface.
 
Class
- RestfulInterface
 - @file Contains RestfulInterface.
 
Code
public function getPublicFields();