attributes() public method
Returns the list of all attribute names of the model.
The default implementation will return all column names of the table associated with this AR class.
| public array attributes ( ) | ||
|---|---|---|
| return | array |
List of attribute names. |
attributes() public method
Returns the list of all attribute names of the model.
The default implementation will return all column names of the table associated with this AR class.
| public array attributes ( ) | ||
|---|---|---|
| return | array |
List of attribute names. |
Please login to continue.