Db\Profiler\Item::setInitialTime

public setInitialTime (mixed $initialTime) Timestamp when the profile started

Mvc\Model\TransactionInterface::isValid

abstract public isValid () ...

Http\Response\CookiesInterface::delete

abstract public delete (mixed $name) ...

Mvc\Micro\Collection::setLazy

public setLazy (mixed $lazy) Sets if the main handler must be lazy loaded

Http\Response\Cookies::setDI

public setDI (Phalcon\DiInterface $dependencyInjector) Sets the dependency injector

Debug::onUncaughtLowSeverity

public onUncaughtLowSeverity (mixed $severity, mixed $message, mixed $file, mixed $line, mixed $context) Throws an exception when a notice or warning is raised

Mvc\Model\MetaDataInterface::getAttributes

abstract public getAttributes (Phalcon\Mvc\ModelInterface $model) ...

Forms\Form::setUserOptions

public setUserOptions (array $options) Sets options for the element

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\ModelInterface::appendMessage

abstract public appendMessage (Phalcon\Mvc\Model\MessageInterface $message) ...