Validation\Message\Group::filter

public array filter (string $fieldName) Filters the message group by field name

Session\Bag::__get

public __get (mixed $property) Magic getter to obtain values from the session bag echo $user->name;

Session\Adapter::status

public status () Returns the status of the current session. var_dump($session->status()); if ($session->status() !== $session::SESSION_ACTIVE) { $session->start(); }

Mvc\Dispatcher::getPreviousControllerName

public getPreviousControllerName () Gets previous dispatched controller name

Mvc\Router\Route::getHostname

public getHostname () Returns the hostname restriction if any

Forms\Form::add

public add (Phalcon\Forms\ElementInterface $element, [mixed $position], [mixed $type]) Adds an element to the form

Logger\Formatter\Firephp

extends abstract class Phalcon\Logger\Formatter implements Phalcon\Logger\FormatterInterface Source on GitHub Formats messages so that they can be sent to FirePHP Methods public getTypeString (mixed $type) Returns the string meaning of a logger constant public setShowBacktrace ([mixed $isShow]) Returns the string meaning of a logger constant public getShowBacktrace () Returns the string meaning of a logger constant public enableLabels ([mixed $isEnable]) Returns the string meaning of a logger c

Mvc\Micro\Collection

implements Phalcon\Mvc\Micro\CollectionInterface Source on GitHub Groups Micro-Mvc handlers as controllers $app = new \Phalcon\Mvc\Micro(); $collection = new Collection(); $collection->setHandler(new PostsController()); $collection->get('/posts/edit/{id}', 'edit'); $app->mount($collection); Methods protected _addMap (string | array $method, string $routePattern, mixed $handler, string $name) Internal function to add a handler to the group public setPrefix (mixed $prefix) Sets

Cache\Frontend\None::afterRetrieve

public afterRetrieve (mixed $data) Prepares data to be retrieved to user

Cache\Frontend\Msgpack::stop

public stop () Stops output frontend