Http\Request::getUserAgent

public getUserAgent () Gets HTTP user agent used to made the request

Http\RequestInterface::getPort

abstract public getPort () ...

Http\Request::isGet

public isGet () Checks whether HTTP method is GET. if _SERVER[“REQUEST_METHOD”]===”GET”

Mvc\Model\ManagerInterface::getHasOneAndHasMany

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

Mvc\View\Simple::partial

public partial (mixed $partialPath, [mixed $params]) Renders a partial view // Show a partial inside another view $this->partial('shared/footer'); // Show a partial inside another view with parameters $this->partial('shared/footer', ['content' => $html]);

Db\Adapter::getSQLStatement

public getSQLStatement () Active SQL statement in the object

Acl\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

Mvc\View\Engine\Volt::slice

public slice (mixed $value, [mixed $start], [mixed $end]) Extracts a slice from a string/array/traversable object value

Dispatcher::getEventsManager

public getEventsManager () Returns the internal event manager

Mvc\View\Engine\Volt::getCompiler

public getCompiler () Returns the Volt’s compiler