Db\Adapter::releaseSavepoint

public releaseSavepoint (mixed $name) Releases given savepoint

Mvc\Model\Criteria::join

public join (mixed $model, [mixed $conditions], [mixed $alias], [mixed $type]) Adds an INNER join to the query $criteria->join('Robots'); $criteria->join('Robots', 'r.id = RobotsParts.robots_id'); $criteria->join('Robots', 'r.id = RobotsParts.robots_id', 'r'); $criteria->join('Robots', 'r.id = RobotsParts.robots_id', 'r', 'LEFT');

Text::endsWith

public static endsWith (mixed $str, mixed $end, [mixed $ignoreCase]) Check if a string ends with a given string echo Phalcon\Text::endsWith("Hello", "llo"); // true echo Phalcon\Text::endsWith("Hello", "LLO", false); // false echo Phalcon\Text::endsWith("Hello", "LLO"); // true

Db\AdapterInterface::describeIndexes

abstract public describeIndexes (mixed $table, [mixed $schema]) ...

Mvc\View\Engine\Volt\Compiler::setUniquePrefix

public setUniquePrefix (mixed $prefix) Set a unique prefix to be used as prefix for compiled variables

Mvc\DispatcherInterface::setControllerName

abstract public setControllerName (mixed $controllerName) ...

Acl::ALLOW

integer ALLOW

Db\AdapterInterface::addIndex

abstract public addIndex (mixed $tableName, mixed $schemaName, Phalcon\Db\IndexInterface $index) ...

Events\Manager::attach

public attach (string $eventType, object | callable $handler, [int $priority]) Attach a listener to the events manager

Mvc\Model\Transaction\ManagerInterface::notifyRollback

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