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

Di::offsetUnset

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

Mvc\Model\Query\Builder::orWhere

public Phalcon\Mvc\Model\Query\Builder orWhere (string $conditions, [array $bindParams], [array $bindTypes]) Appends a condition to the current conditions using an OR operator $builder->orWhere('name = "Peter"'); $builder->orWhere('name = :name: AND id > :id:', array('name' => 'Peter', 'id' => 100));

Http\Response::setHeaders

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

Forms\Element::getLabel

public getLabel () Returns the element label

Loader::getDirs

public getDirs () Returns the directories currently registered in the autoloader

Db\AdapterInterface::modifyColumn

abstract public modifyColumn (mixed $tableName, mixed $schemaName, Phalcon\Db\ColumnInterface $column, [Phalcon\Db\ColumnInterface $currentColumn]) ...

Cache\Frontend\Json::getContent

public string getContent () Returns output cached content

Http\Response\Headers::send

public send () Sends the headers to the client

Http\CookieInterface::setDomain

abstract public setDomain (mixed $domain) ...