Mvc\Model\MetaData::setDI

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

Queue\Beanstalk\Job::delete

public delete () Removes a job from the server entirely

Mvc\Model\Transaction\Manager::getOrCreateTransaction

public getOrCreateTransaction ([mixed $autoBegin]) Create/Returns a new transaction or an existing one

Mvc\Micro::hasService

public hasService (mixed $serviceName) Checks if a service is registered in the DI

Http\Response\CookiesInterface::send

abstract public send () ...

Mvc\Model\MetaData\Memory::MODELS_NON_PRIMARY_KEY

integer MODELS_NON_PRIMARY_KEY

Annotations\Reflection::getMethodsAnnotations

public getMethodsAnnotations () Returns the annotations found in the methods’ docblocks

Mvc\Collection\Document::offsetSet

public offsetSet (mixed $index, mixed $value) Change a value using the ArrayAccess interface

Mvc\Model\Criteria

implements Phalcon\Mvc\Model\CriteriaInterface, Phalcon\Di\InjectionAwareInterface Source on GitHub This class is used to build the array parameter required by Phalcon\Mvc\Model::find() and Phalcon\Mvc\Model::findFirst() using an object-oriented interface. $robots = Robots::query() ->where('type = :type:') ->andWhere('year < 2000') ->bind(['type' => 'mechanical']) ->limit(5, 10) ->orderBy('name') ->execute(); Methods public setDI (Phalcon\D

FilterInterface

Source on GitHub Methods abstract public add (mixed $name, mixed $handler) ... abstract public sanitize (mixed $value, mixed $filters) ... abstract public getFilters () ...