Mvc\Micro\LazyLoader::__call

public mixed __call (string $method, array $arguments) Initializes the internal handler, calling functions on it

Mvc\Micro\LazyLoader::getDefinition

public getDefinition () ...

Mvc\Micro\MiddlewareInterface

Source on GitHub Methods abstract public call (Phalcon\Mvc\Micro $application) ...

Mvc\Micro\MiddlewareInterface::call

abstract public call (Phalcon\Mvc\Micro $application) ...

Mvc\Micro\CollectionInterface::post

abstract public post (mixed $routePattern, mixed $handler, [mixed $name]) ...

Mvc\Micro\CollectionInterface::setLazy

abstract public setLazy (mixed $lazy) ...

Mvc\Micro\LazyLoader

Source on GitHub Lazy-Load of handlers for Mvc\Micro using auto-loading Methods public getDefinition () ... public __construct (mixed $definition) Phalcon\Mvc\Micro\LazyLoader constructor public mixed __call (string $method, array $arguments) Initializes the internal handler, calling functions on it

Mvc\Micro\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\Micro\CollectionInterface::setHandler

abstract public setHandler (mixed $handler, [mixed $lazy]) ...

Mvc\Micro\CollectionInterface::put

abstract public put (mixed $routePattern, mixed $handler, [mixed $name]) ...