Mvc\Model\MetaData\Redis::MODELS_DATA_TYPES_NUMERIC

integer MODELS_DATA_TYPES_NUMERIC

Http\Request\File::getExtension

public getExtension ()

Mvc\Model\MetaData\Session::write

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

Mvc\View\Engine\Volt\Compiler::getOptions

public getOptions () Returns the compiler options

Mvc\Micro::options

public Phalcon\Mvc\Router\RouteInterface options (string $routePattern, callable $handler) Maps a route to a handler that only matches if the HTTP method is OPTIONS

Mvc\Micro::offsetSet

public offsetSet (string $alias, mixed $definition) Allows to register a shared service in the internal services container using the array syntax $app['request'] = new \Phalcon\Http\Request();

Logger\Formatter\Line::format

public string format (string $message, int $type, int $timestamp, [array $context]) Applies a format to a message before sent it to the internal log

Security\Random::bytes

public bytes ([mixed $len]) Generates a random binary string The Random::bytes method returns a string and accepts as input an int representing the length in bytes to be returned. If $len is not specified, 16 is assumed. It may be larger in future. The result may contain any byte: “x00” - “xFF”. $random = new \Phalcon\Security\Random(); $bytes = $random->bytes(); var_dump(bin2hex($bytes)); // possible output: string(32) "00f6c04b144b41fad6a59111c126e1ee"

Db\Dialect\Sqlite::describeReferences

public describeReferences (mixed $table, [mixed $schema]) Generates SQL to query foreign keys on a table

Security::getDI

public getDI () Returns the internal dependency injector