Cli\RouterInterface::setDefaultTask

abstract public setDefaultTask (mixed $taskName) ...

Mvc\ModelInterface::sum

abstract public static sum ([mixed $parameters]) ...

Mvc\Micro::patch

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

Mvc\View\Simple

extends abstract class Phalcon\Di\Injectable implements Phalcon\Events\EventsAwareInterface, Phalcon\Di\InjectionAwareInterface, Phalcon\Mvc\ViewBaseInterface Source on GitHub This component allows to render views without hierarchical levels use Phalcon\Mvc\View\Simple as View; $view = new View(); // Render a view echo $view->render('templates/my-view', ['some' => $param]); // Or with filename with extension echo $view->render('templates/my-view.volt', ['parameter' => $here]

Image::PRECISE

integer PRECISE

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

Image\Adapter\Imagick::getInternalImInstance

public getInternalImInstance () Get instance

Cli\Router\RouteInterface::reset

abstract public static reset () ...