public mixed readAttribute (string $attribute) Reads an attribute value by its name
public writeAttribute (string $attribute, mixed $value) Writes an attribute value by its name
public offsetUnset (string $offset) Rows cannot be changed. It has only been implemented to meet the definition of
public offsetSet (mixed $index, mixed $value) Change a value using the ArrayAccess interface
public array toArray () Returns the instance as an array representation
public offsetGet (mixed $index) Returns the value of a field using the ArrayAccess interfase
implements Phalcon\Mvc\EntityInterface,
public boolean offsetExists (int $index) Checks whether an offset exists in the document