implements ArrayAccess, Countable, Phalcon\Mvc\Model\ResultInterface
This component allows Phalcon\Mvc\Model to return rows without an associated entity. This objects implements the ArrayAccess interface to allow access the object as object->x or array[x].
Set the current object’s state
Checks whether offset exists in the row
Gets a record in a specific position of the row
Rows cannot be changed. It has only been implemented to meet the definition of the ArrayAccess interface
Rows cannot be changed. It has only been implemented to meet the definition of the ArrayAccess interface
Returns the instance as an array representation
Counts how many properties were added to the row
© 2011–2016 Phalcon Framework Team
Licensed under the Creative Commons Attribution License 3.0.
https://docs.phalconphp.com/en/2.0.0/api/Phalcon_Mvc_Model_Row.html