DiInterface::getShared

abstract public getShared (mixed $name, [mixed $parameters]) ...

Db\AdapterInterface::isUnderTransaction

abstract public isUnderTransaction () ...

Mvc\Router\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\UrlInterface

Source on GitHub Methods abstract public setBaseUri (mixed $baseUri) ... abstract public getBaseUri () ... abstract public setBasePath (mixed $basePath) ... abstract public getBasePath () ... abstract public get ([mixed $uri], [mixed $args], [mixed $local]) ... abstract public path ([mixed $path]) ...

Acl\Role::getName

public getName () Role name

Cache\Frontend\Output

implements Phalcon\Cache\FrontendInterface Source on GitHub Allows to cache output fragments captured with ob_* functions * * use Phalcon\Tag; * use Phalcon\Cache\Backend\File; * use Phalcon\Cache\Frontend\Output; * * // Create an Output frontend. Cache the files for 2 days * $frontCache = new Output(['lifetime' => 172800])); * * // Create the component that will cache from the "Output" to a "File" backend * // Set the cache file directory - it's important to keep the "/" at the end of * //

Http\Request\FileInterface

Source on GitHub Methods abstract public getSize () ... abstract public getName () ... abstract public getTempName () ... abstract public getType () ... abstract public getRealType () ... abstract public moveTo (mixed $destination) ...

Di\Service

implements Phalcon\Di\ServiceInterface Source on GitHub Represents individually a service in the services container $service = new \Phalcon\Di\Service('request', 'Phalcon\Http\Request'); $request = service->resolve(); Methods final public __construct (string $name, mixed $definition, [boolean $shared]) public getName () Returns the service’s name public setShared (mixed $shared) Sets if the service is shared or not public isShared () Check whether the service is shared or not public setSha

Forms\ElementInterface::addValidators

abstract public addValidators (array $validators, [mixed $merge]) ...

Forms\Element\Email

extends abstract class Phalcon\Forms\Element implements Phalcon\Forms\ElementInterface Source on GitHub Component INPUT[type=email] for forms Methods public render ([array $attributes]) Renders the element widget returning html public __construct (string $name, [array $attributes]) inherited from Phalcon\Forms\Element Phalcon\Forms\Element constructor public setForm (Phalcon\Forms\Form $form) inherited from Phalcon\Forms\Element Sets the parent form to the element public getForm () inherited