attributes() public method
Returns the list of all attribute names of the model.
This method must be overridden by child classes to define available attributes.
| public array attributes ( ) | ||
|---|---|---|
| return | array | 
 List of attribute names.  |  
attributes() public method
Returns the list of all attribute names of the model.
This method must be overridden by child classes to define available attributes.
| public array attributes ( ) | ||
|---|---|---|
| return | array | 
 List of attribute names.  |  
Please login to continue.