Mvc\Model\TransactionInterface::commit

abstract public commit () ...

Mvc\Router\Route::getName

public getName () Returns the route’s name

Mvc\ModuleDefinitionInterface::registerServices

abstract public registerServices (Phalcon\DiInterface $dependencyInjector) ...

Mvc\Model\MetaData\Memcache::MODELS_DATE_AT

integer MODELS_DATE_AT

Logger\Adapter\Syslog::logInternal

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

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\

Mvc\Micro::mount

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

Db\Adapter\Pdo\Postgresql::useExplicitIdValue

public useExplicitIdValue () Check whether the database system requires an explicit value for identity columns

Mvc\EntityInterface

Source on GitHub Methods abstract public readAttribute (mixed $attribute) ... abstract public writeAttribute (mixed $attribute, mixed $value) ...