Acl\Resource::getDescription

public getDescription () Resource description

Config::get

public get (mixed $index, [mixed $defaultValue]) Gets an attribute from the configuration, if the attribute isn’t defined returns null If the value is exactly null or is not defined the default value will be used instead echo $config->get('controllersDir', '../app/controllers/');

Db::FETCH_GROUP

integer FETCH_GROUP

Cli\Router\Route::getRouteId

public getRouteId () Returns the route’s id

Di::setShared

public setShared (mixed $name, mixed $definition) Registers an “always shared” service in the services container

Mvc\Collection\Manager::missingMethod

public missingMethod (Phalcon\Mvc\CollectionInterface $model, mixed $eventName, mixed $data) Dispatch an event to the listeners and behaviors This method expects that the endpoint listeners/behaviors returns true meaning that at least one was implemented

Mvc\Model\MetaData\Session

extends abstract class Phalcon\Mvc\Model\MetaData implements Phalcon\Mvc\Model\MetaDataInterface, Phalcon\Di\InjectionAwareInterface Source on GitHub Stores model meta-data in session. Data will erased when the session finishes. Meta-data are permanent while the session is active. You can query the meta-data by printing $_SESSION[‘$PMM$’] $metaData = new \Phalcon\Mvc\Model\Metadata\Session(array( 'prefix' => 'my-app-id' )); Constants integer MODELS_ATTRIBUTES integer MODELS_PRIMARY_

Cache\Frontend\None::beforeStore

public beforeStore (mixed $data) Prepare data to be stored

Application::setDefaultModule

public setDefaultModule (mixed $defaultModule) Sets the module name to be used if the router doesn’t return a valid module

Validation\Validator\Identical::validate

public validate (Phalcon\Validation $validation, mixed $field) Executes the validation