public addOptions (mixed $pattern, [mixed $paths], [mixed $position]) Add a route to the router that only match if the HTTP method is OPTIONS
extends abstract class Phalcon\Session\Adapter implements Phalcon\Session\AdapterInterface Source on GitHub Constants integer SESSION_ACTIVE integer SESSION_NONE integer SESSION_DISABLED Methods public __construct ([array $options]) inherited from Phalcon\Session\Adapter Phalcon\Session\Adapter constructor public start () inherited from Phalcon\Session\Adapter Starts the session (if headers are already sent the session will not be started) public setOptions (array $options) inherited fr
abstract public wasMatched () ...
public setAutomaticCreateAttributes (Phalcon\Mvc\ModelInterface $model, array $attributes) Set the attributes that must be ignored from the INSERT SQL generation $metaData->setAutomaticCreateAttributes(new Robots(), array('created_at' => true));
public getDI () Returns the internal dependency injector
public touch () The touch command allows a worker to request more time to work on a job. This is useful for jobs that potentially take a long time, but you still want the benefits of a TTR pulling a job away from an unresponsive worker. A worker may periodically tell the server that it’s still alive and processing a job (e.g. it may do this on DEADLINE_SOON). The command postpones the auto release of a reserved job until TTR seconds from when the command is issued.
abstract public send () ...
integer WARNING
abstract public getRawBody () ...
public static selectField (array $parameters, [array $data]) Generates a SELECT tag
Page 174 of 382