Cache\Frontend\Msgpack::isBuffering

public isBuffering () Check whether if frontend is buffering output

Db\AdapterInterface::dropColumn

abstract public dropColumn (mixed $tableName, mixed $schemaName, mixed $columnName) ...

Mvc\Model\Manager::getNamespaceAlias

public getNamespaceAlias (mixed $alias) Returns a real namespace from its alias

Mvc\Model\Criteria::notInWhere

public notInWhere (mixed $expr, array $values) Appends a NOT IN condition to the current conditions $criteria->notInWhere('id', [1, 2, 3]);

Paginator\Adapter::setCurrentPage

public setCurrentPage (mixed $page) Set the current page number

Application::getEventsManager

public getEventsManager () Returns the internal event manager

Http\Request\File::getType

public getType () Returns the mime type reported by the browser This mime type is not completely secure, use getRealType() instead

Db\Profiler\Item::setInitialTime

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

Mvc\Model\TransactionInterface::isValid

abstract public isValid () ...

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