Session\Bag::__get

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

Mvc\Model\MetaData\Files::MODELS_PRIMARY_KEY

integer MODELS_PRIMARY_KEY

Session\Adapter::status

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

Annotations\AdapterInterface

Source on GitHub Methods abstract public setReader (Phalcon\Annotations\ReaderInterface $reader) ... abstract public getReader () ... abstract public get (mixed $className) ... abstract public getMethods (mixed $className) ... abstract public getMethod (mixed $className, mixed $methodName) ... abstract public getProperties (mixed $className) ... abstract public getProperty (mixed $className, mixed $propertyName) ...

Events\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\Model\Resultset::isFresh

public isFresh () Tell if the resultset if fresh or an old one cached

Mvc\View\Engine\Volt\Compiler::compileFile

public string | array compileFile (string $path, string $compiledPath, [boolean $extendsMode]) Compiles a template into a file forcing the destination path $compiler->compile('views/layouts/main.volt', 'views/layouts/main.volt.php');

Mvc\Micro\CollectionInterface::head

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

Mvc\Model\MetaData\Apc::MODELS_REVERSE_COLUMN_MAP

integer MODELS_REVERSE_COLUMN_MAP

Assets\Filters\Jsmin

implements Phalcon\Assets\FilterInterface Source on GitHub Deletes the characters which are insignificant to JavaScript. Comments will be removed. Tabs will be replaced with spaces. Carriage returns will be replaced with linefeeds. Most spaces and linefeeds will be removed. Methods public filter (mixed $content) Filters the content using JSMIN