Mvc\EntityInterface::readAttribute

abstract public readAttribute (mixed $attribute) ...

Mvc\Micro

extends abstract class Phalcon\Di\Injectable implements Phalcon\Events\EventsAwareInterface, Phalcon\Di\InjectionAwareInterface, ArrayAccess Source on GitHub With Phalcon you can create “Micro-Framework like” applications. By doing this, you only need to write a minimal amount of code to create a PHP application. Micro applications are suitable to small applications, APIs and prototypes in a practical way. $app = new \Phalcon\Mvc\Micro(); $app->get('/say/welcome/{name}', function ($name) {

Mvc\DispatcherInterface::setDefaultController

abstract public setDefaultController (mixed $controllerName) ...

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::getLastController

abstract public getLastController () ...

Mvc\DispatcherInterface::setControllerSuffix

abstract public setControllerSuffix (mixed $controllerSuffix) ...

Mvc\DispatcherInterface::getActiveController

abstract public getActiveController () ...

Mvc\DispatcherInterface::setControllerName

abstract public setControllerName (mixed $controllerName) ...

Mvc\DispatcherInterface::getControllerName

abstract public getControllerName () ...

Mvc\Dispatcher::getPreviousNamespaceName

public getPreviousNamespaceName () Gets previous dispatched namespace name