Mvc\Micro::getHandlers

public array getHandlers () Returns the internal handlers attached to the application

Logger\Multiple::getLogLevel

public getLogLevel () ...

Cli\Router::setDI

public setDI (Phalcon\DiInterface $dependencyInjector) Sets the dependency injector

Mvc\Micro::mount

public mount (Phalcon\Mvc\Micro\CollectionInterface $collection) Mounts a collection of handlers

Mvc\Model\Criteria::where

public where (mixed $conditions, [mixed $bindParams], [mixed $bindTypes]) Sets the conditions parameter in the criteria

Security\Random

Source on GitHub Secure random number generator class. Provides secure random number generator which is suitable for generating session key in HTTP cookies, etc. It supports following secure random number generators: - random_bytes (PHP 7) - libsodium - openssl, libressl - /dev/urandom Phalcon\Security\Random could be mainly useful for: - Key generation (e.g. generation of complicated keys) - Generating random passwords for new user accounts - Encryption systems $random = new \Phalcon\Security\

Logger\Adapter\Syslog::logInternal

public logInternal (string $message, int $type, int $time, array $context) Writes the log to the stream itself

Mvc\Model\MetaData\Memcache::MODELS_DATE_AT

integer MODELS_DATE_AT

Db\DialectInterface::describeReferences

abstract public describeReferences (mixed $table, [mixed $schema]) ...

Db\Adapter\Pdo\Sqlite::describeColumns

public describeColumns (mixed $table, [mixed $schema]) Returns an array of Phalcon\Db\Column objects describing a table print_r($connection->describeColumns("posts"));