Cache\Multiple::exists

public boolean exists ([string | int $keyName], [long $lifetime]) Checks if cache exists in at least one backend

Logger\Multiple

Source on GitHub Handles multiples logger handlers Methods public getLoggers () ... public getFormatter () ... public getLogLevel () ... public push (Phalcon\Logger\AdapterInterface $logger) Pushes a logger to the logger tail public setFormatter (Phalcon\Logger\FormatterInterface $formatter) Sets a global formatter public setLogLevel (mixed $level) Sets a global level public log (mixed $type, [mixed $message], [array $context]) Sends a message to each registered logger public critical (mixed $m

Logger\AdapterInterface

Source on GitHub Methods abstract public setFormatter (Phalcon\Logger\FormatterInterface $formatter) ... abstract public getFormatter () ... abstract public setLogLevel (mixed $level) ... abstract public getLogLevel () ... abstract public log (mixed $type, [mixed $message], [array $context]) ... abstract public begin () ... abstract public commit () ... abstract public rollback () ... abstract public close () ... abstract public debug (mixed $message, [array $context]) ... abstract public error

Cache\Backend\Memory::delete

public boolean delete (string $keyName) Deletes a value from the cache by its key

Assets\Collection::getPosition

public getPosition () ...

Db\Adapter::sharedLock

public sharedLock (mixed $sqlQuery) Returns a SQL modified with a LOCK IN SHARE MODE clause

Http\Cookie::restore

public restore () Reads the cookie-related info from the SESSION to restore the cookie as it was set This method is automatically called internally so normally you don’t need to call it

Mvc\Router\RouteInterface::setHttpMethods

abstract public setHttpMethods (mixed $httpMethods) ...

Di::offsetUnset

public offsetUnset (mixed $name) Removes a service from the services container using the array syntax

Http\Response::setHeaders

public setHeaders (Phalcon\Http\Response\HeadersInterface $headers) Sets a headers bag for the response externally