Logger\Adapter\Syslog::getFormatter

public getFormatter () Returns the internal formatter

Session\Adapter::remove

public remove (mixed $index) Removes a session variable from an application context $session->remove('auth');

Mvc\Model\Manager::clearReusableObjects

public clearReusableObjects () Clears the internal reusable list

Mvc\Dispatcher::getPreviousControllerName

public getPreviousControllerName () Gets previous dispatched controller name

Mvc\Model\Behavior\SoftDelete

extends abstract class Phalcon\Mvc\Model\Behavior implements Phalcon\Mvc\Model\BehaviorInterface Source on GitHub Instead of permanently delete a record it marks the record as deleted changing the value of a flag column Methods public notify (mixed $type, Phalcon\Mvc\ModelInterface $model) Listens for notifications from the models manager public __construct ([array $options]) inherited from Phalcon\Mvc\Model\Behavior Phalcon\Mvc\Model\Behavior protected mustTakeAction (mixed $eventName) inheri

Http\Request::getQuery

public getQuery ([mixed $name], [mixed $filters], [mixed $defaultValue], [mixed $notAllowEmpty], [mixed $noRecursive]) Gets variable from $_GET superglobal applying filters if needed If no parameters are given the $_GET superglobal is returned // Returns value from $_GET['id'] without sanitizing $id = $request->getQuery('id'); // Returns value from $_GET['id'] with sanitizing $id = $request->getQuery('id', 'int'); // Returns value from $_GET['id'] with a default value $id = $request->

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\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]) ...

Validation\Validator::setOption

public setOption (mixed $key, mixed $value) Sets an option in the validator

Mvc\Micro\CollectionInterface

Source on GitHub Methods abstract public setPrefix (mixed $prefix) ... abstract public getPrefix () ... abstract public getHandlers () ... abstract public setHandler (mixed $handler, [mixed $lazy]) ... abstract public setLazy (mixed $lazy) ... abstract public isLazy () ... abstract public getHandler () ... abstract public map (mixed $routePattern, mixed $handler, [mixed $name]) ... abstract public get (mixed $routePattern, mixed $handler, [mixed $name]) ... abstract public post (mixed $routePat