Cli\Router\RouteInterface::setName

abstract public setName (mixed $name) ...

Cli\Router::setDefaultAction

public setDefaultAction (mixed $actionName) Sets the default action name

Image\Adapter\Gd

extends abstract class Phalcon\Image\Adapter implements Phalcon\Image\AdapterInterface Source on GitHub Methods public static check () ... public __construct (mixed $file, [mixed $width], [mixed $height]) ... protected _resize (mixed $width, mixed $height) ... protected _crop (mixed $width, mixed $height, mixed $offsetX, mixed $offsetY) ... protected _rotate (mixed $degrees) ... protected _flip (mixed $direction) ... protected _sharpen (mixed $amount) ... protected _reflection (mixed $height, m

Version

Source on GitHub This class allows to get the installed version of the framework Constants integer VERSION_MAJOR integer VERSION_MEDIUM integer VERSION_MINOR integer VERSION_SPECIAL integer VERSION_SPECIAL_NUMBER Methods protected static _getVersion () Area where the version number is set. The format is as follows: ABBCCDE A - Major version B - Med version (two digits) C - Min version (two digits) D - Special release: 1 = Alpha, 2 = Beta, 3 = RC, 4 = Stable E - Special release version

Mvc\ViewInterface::getLayoutsDir

abstract public getLayoutsDir () ...

Cli\RouterInterface::wasMatched

abstract public wasMatched () ...

FlashInterface::warning

abstract public warning (mixed $message) ...

Cache\Backend

Source on GitHub This class implements common functionality for backend adapters. A backend cache adapter may extend this class Methods public getFrontend () ... public setFrontend (mixed $frontend) ... public getOptions () ... public setOptions (mixed $options) ... public getLastKey () ... public setLastKey (mixed $lastKey) ... public __construct (Phalcon\Cache\FrontendInterface $frontend, [array $options]) Phalcon\Cache\Backend constructor public mixed start (int | string $keyName, [int $life

Application::getDefaultModule

public getDefaultModule () Returns the default module name

Assets\Collection::addFilter

public addFilter (Phalcon\Assets\FilterInterface $filter) Adds a filter to the collection