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

Tag::HTML32

integer HTML32

Di::wasFreshInstance

public wasFreshInstance () Check whether the last service obtained via getShared produced a fresh instance or an existing one

Mvc\Model\Manager::isUsingDynamicUpdate

public isUsingDynamicUpdate (Phalcon\Mvc\ModelInterface $model) Checks if a model is using dynamic update instead of all-field update

Paginator\AdapterInterface::setCurrentPage

abstract public setCurrentPage (mixed $page) ...

Mvc\Model\Query\Builder::setDI

public setDI (Phalcon\DiInterface $dependencyInjector) Sets the DependencyInjector container

Mvc\Model\Validator\Ip::VERSION_4

integer VERSION_4

Queue\Beanstalk::read

public read ([mixed $length]) Reads a packet from the socket. Prior to reading from the socket will check for availability of the connection.

Mvc\Collection\ManagerInterface::isUsingImplicitObjectIds

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

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