Mvc\Model\Validator::isSetOption

public isSetOption (mixed $option) Check whether an option has been defined in the validator options

Mvc\Model\Transaction\ManagerInterface::has

abstract public has () ...

Mvc\Model\Transaction\ManagerInterface::notifyRollback

abstract public notifyRollback (Phalcon\Mvc\Model\TransactionInterface $transaction) ...

Mvc\Model\Transaction\ManagerInterface::rollbackPendent

abstract public rollbackPendent () ...

Mvc\Model\Transaction\ManagerInterface::notifyCommit

abstract public notifyCommit (Phalcon\Mvc\Model\TransactionInterface $transaction) ...

Mvc\Model\Transaction\ManagerInterface::rollback

abstract public rollback ([mixed $collect]) ...

Mvc\Model\Transaction\ManagerInterface::get

abstract public get ([mixed $autoBegin]) ...

Mvc\Model\Transaction\ManagerInterface::commit

abstract public commit () ...

Mvc\Model\ValidationFailed

extends class Phalcon\Mvc\Model\Exception implements Throwable Source on GitHub This exception is generated when a model fails to save a record Phalcon\Mvc\Model must be set up to have this behavior Methods public __construct (Model $model, Message[] $validationMessages) Phalcon\Mvc\Model\ValidationFailed constructor public getModel () Returns the model that generated the messages public getMessages () Returns the complete group of messages produced in the validation final private Exception __c

Mvc\Model\Transaction\Manager::setDbService

public setDbService (mixed $service) Sets the database service used to run the isolated transactions