Logger\Adapter\Firephp

extends abstract class Phalcon\Logger\Adapter implements Phalcon\Logger\AdapterInterface Source on GitHub Sends logs to FirePHP use Phalcon\Logger\Adapter\Firephp; use Phalcon\Logger; $logger = new Firephp(); $logger->log(Logger::ERROR, 'This is an error'); $logger->error('This is another error'); Methods public getFormatter () Returns the internal formatter public logInternal (mixed $message, mixed $type, mixed $time, array $context) Writes the log to the stream itself public close

DiInterface::getService

abstract public getService (mixed $name) ...

Session\Bag::set

public set (mixed $property, mixed $value) Sets a value in the session bag $user->set('name', 'Kimbra');

Validation\MessageInterface::setType

abstract public setType (mixed $type) ...

Mvc\Model\MetaData\Redis::read

public read (mixed $key) Reads metadata from Redis

Logger\Adapter\Stream

extends abstract class Phalcon\Logger\Adapter implements Phalcon\Logger\AdapterInterface Source on GitHub Sends logs to a valid PHP stream $logger = new \Phalcon\Logger\Adapter\Stream("php://stderr"); $logger->log("This is a message"); $logger->log(\Phalcon\Logger::ERROR, "This is an error"); $logger->error("This is another error"); Methods public __construct (string $name, [array $options]) Phalcon\Logger\Adapter\Stream constructor public getFormatter () Returns the internal formatte

Forms\ElementInterface::getMessages

abstract public getMessages () ...

Mvc\Micro\Collection::put

public Phalcon\Mvc\Micro\Collection put (string $routePattern, callable $handler, [string $name]) Maps a route to a handler that only matches if the HTTP method is PUT

Mvc\Model\Query::setIntermediate

public setIntermediate (array $intermediate) Allows to set the IR to be executed

Db\DialectInterface::dropColumn

abstract public dropColumn (mixed $tableName, mixed $schemaName, mixed $columnName) ...