public __get (mixed $property) Magic getter to obtain values from the session bag echo $user->name;
integer MODELS_PRIMARY_KEY
public status () Returns the status of the current session. var_dump($session->status()); if ($session->status() !== $session::SESSION_ACTIVE) { $session->start(); }
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) ...
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
public isFresh () Tell if the resultset if fresh or an old one cached
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');
abstract public head (mixed $routePattern, mixed $handler, [mixed $name]) ...
integer MODELS_REVERSE_COLUMN_MAP
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
Page 308 of 382