Acl\AdapterInterface::allow

abstract public allow (mixed $roleName, mixed $resourceName, mixed $access, [mixed $func]) ...

Forms\Element::setUserOptions

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

Mvc\Model\Query\Builder::getPhql

final public string getPhql () Returns a PHQL statement built based on the builder parameters

Mvc\Model\Query::getCache

public getCache () Returns the current cache backend instance

Security::checkHash

public checkHash (mixed $password, mixed $passwordHash, [mixed $maxPassLength]) Checks a plain text password and its hash version to check if the password matches

Mvc\Model\Relation::getIntermediateFields

public string | array getIntermediateFields () Gets the intermediate fields for has-*-through relations

Mvc\Model\Criteria::innerJoin

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

DispatcherInterface::setParam

abstract public setParam (mixed $param, mixed $value) ...

Debug\Exception

extends class Phalcon\Exception implements Throwable Source on GitHub Methods final private Exception __clone () inherited from Exception Clone the exception public __construct ([string $message], [int $code], [Exception $previous]) inherited from Exception Exception constructor public __wakeup () inherited from Exception ... final public string getMessage () inherited from Exception Gets the Exception message final public int getCode () inherited from Exception Gets the Exception code fin

Http\Request::getServerAddress

public getServerAddress () Gets active server address IP