public getConnection () Returns the connection related to transaction
public getMessages () Returns validations messages from last save try
public isManaged () Checks whether transaction is managed by a transaction manager
public isValid () Checks whether internal connection is under an active transaction
public commit () Commits the transaction
public mixed readAttribute (string $attribute) Reads an attribute value by its name echo $robot->readAttribute('name');
public setDirtyState (mixed $dirtyState) Set the current object’s state
public offsetSet (string | int $index, Phalcon\Mvc\ModelInterface $value) Rows cannot be changed. It has only been implemented to meet the definition of the ArrayAccess interface
public array toArray () Returns the instance as an array representation
public writeAttribute (string $attribute, mixed $value) Writes an attribute value by its name $robot->writeAttribute('name', 'Rosey');
Page 98 of 382