Mvc\EntityInterface::readAttribute

abstract public readAttribute (mixed $attribute) ...

Mvc\EntityInterface

Source on GitHub Methods abstract public readAttribute (mixed $attribute) ... abstract public writeAttribute (mixed $attribute, mixed $value) ...

Mvc\Dispatcher\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\DispatcherInterface::setDefaultController

abstract public setDefaultController (mixed $controllerName) ...

Mvc\DispatcherInterface::setControllerSuffix

abstract public setControllerSuffix (mixed $controllerSuffix) ...

Mvc\DispatcherInterface::setControllerName

abstract public setControllerName (mixed $controllerName) ...

Mvc\DispatcherInterface::getLastController

abstract public getLastController () ...

Mvc\DispatcherInterface::getControllerName

abstract public getControllerName () ...

Mvc\DispatcherInterface::getActiveController

abstract public getActiveController () ...

Mvc\DispatcherInterface

implements Phalcon\DispatcherInterface Source on GitHub Methods abstract public setControllerSuffix (mixed $controllerSuffix) ... abstract public setDefaultController (mixed $controllerName) ... abstract public setControllerName (mixed $controllerName) ... abstract public getControllerName () ... abstract public getLastController () ... abstract public getActiveController () ... abstract public setActionSuffix (mixed $actionSuffix) inherited from Phalcon\DispatcherInterface ... abstract public