Security\Random::uuid

public uuid () Generates a v4 random UUID (Universally Unique IDentifier) The version 4 UUID is purely random (except the version). It doesn’t contain meaningful information such as MAC address, time, etc. See RFC 4122 for details of UUID. This algorithm sets the version number (4 bits) as well as two reserved bits. All other bits (the remaining 122 bits) are set using a random or pseudorandom data source. Version 4 UUIDs have the form xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx where x is any hexadec

Mvc\Collection\ManagerInterface::isUsingImplicitObjectIds

abstract public isUsingImplicitObjectIds (Phalcon\Mvc\CollectionInterface $model) ...

Cli\Dispatcher

extends abstract class Phalcon\Dispatcher implements Phalcon\Events\EventsAwareInterface, Phalcon\Di\InjectionAwareInterface, Phalcon\DispatcherInterface, Phalcon\Cli\DispatcherInterface Source on GitHub Dispatching is the process of taking the command-line arguments, extracting the module name, task name, action name, and optional parameters contained in it, and then instantiating a task and calling an action on it. $di = new \Phalcon\Di(); $dispatcher = new \Phalcon\Cli\Dispatcher(); $dis

Cli\Router\RouteInterface::reset

abstract public static reset () ...

Image\Adapter\Imagick::getInternalImInstance

public getInternalImInstance () Get instance

Cache\Frontend\None::getLifetime

public getLifetime () Returns cache lifetime, always one second expiring content

Mvc\Model\CriteriaInterface::sharedLock

abstract public sharedLock ([mixed $sharedLock]) ...

Crypt::decryptBase64

public decryptBase64 (mixed $text, [mixed $key], [mixed $safe]) Decrypt a text that is coded as a base64 string

Mvc\Model\ManagerInterface::getRelationsBetween

abstract public getRelationsBetween (mixed $first, mixed $second) ...

Events\ManagerInterface::fire

abstract public fire (mixed $eventType, mixed $source, [mixed $data]) ...