Di\Injectable

implements Phalcon\Di\InjectionAwareInterface, Phalcon\Events\EventsAwareInterface Source on GitHub This class allows to access services in the services container by just only accessing a public property with the same name of a registered service Methods public setDI (Phalcon\DiInterface $dependencyInjector) Sets the dependency injector public getDI () Returns the internal dependency injector public setEventsManager (Phalcon\Events\ManagerInterface $eventsManager) Sets the event manager public

Cli\RouterInterface::wasMatched

abstract public wasMatched () ...

Mvc\Model\MetaData\Memory::write

public write (string $key, array $data) Writes the meta-data to temporal memory

Logger::WARNING

integer WARNING

Session\Adapter

implements Phalcon\Session\AdapterInterface Source on GitHub Base class for Phalcon\Session adapters Constants integer SESSION_ACTIVE integer SESSION_NONE integer SESSION_DISABLED Methods public __construct ([array $options]) Phalcon\Session\Adapter constructor public start () Starts the session (if headers are already sent the session will not be started) public setOptions (array $options) Sets session’s options $session->setOptions(['uniqueId' => 'my-private-app']); public getOpt

Http\RequestInterface::getRawBody

abstract public getRawBody () ...

Tag\Select::selectField

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

Logger\AdapterInterface::error

abstract public error (mixed $message, [array $context]) ...

Mvc\Model\Query::setUniqueRow

public setUniqueRow (mixed $uniqueRow) Tells to the query if only the first row in the resultset must be returned

Http\Response::getHeaders

public getHeaders () Returns headers set by the user