Mvc\Router::addOptions

public addOptions (mixed $pattern, [mixed $paths], [mixed $position]) Add a route to the router that only match if the HTTP method is OPTIONS

Session\Adapter\Files

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

Cli\RouterInterface::wasMatched

abstract public wasMatched () ...

Mvc\Model\MetaData::setAutomaticCreateAttributes

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));

Http\Response\Cookies::getDI

public getDI () Returns the internal dependency injector

Queue\Beanstalk\Job::touch

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.

Http\CookieInterface::send

abstract public send () ...

Logger::WARNING

integer WARNING

Http\RequestInterface::getRawBody

abstract public getRawBody () ...

Tag\Select::selectField

public static selectField (array $parameters, [array $data]) Generates a SELECT tag