Http\ResponseInterface

Source on GitHub Methods abstract public setStatusCode (mixed $code, [mixed $message]) ... abstract public getHeaders () ... abstract public setHeader (mixed $name, mixed $value) ... abstract public setRawHeader (mixed $header) ... abstract public resetHeaders () ... abstract public setExpires (DateTime $datetime) ... abstract public setNotModified () ... abstract public setContentType (mixed $contentType, [mixed $charset]) ... abstract public setContentLength (mixed $contentLength) ... abstrac

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

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

Tag::XHTML10_FRAMESET

integer XHTML10_FRAMESET

Db\DialectInterface::dropColumn

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

Mvc\Model\Query\Builder::getDistinct

public getDistinct () Returns SELECT DISTINCT / SELECT ALL flag

Mvc\Model\Query\Builder::autoescape

final public autoescape (mixed $identifier) Automatically escapes identifiers but only if they need to be escaped.

Mvc\Model::getSnapshotData

public getSnapshotData () Returns the internal snapshot data