Mvc\Collection\Manager::useImplicitObjectIds

public useImplicitObjectIds (Phalcon\Mvc\CollectionInterface $model, mixed $useImplicitObjectIds) Sets whether a model must use implicit objects ids

Cache\BackendInterface::isFresh

abstract public isFresh () ...

Cache\Frontend\Igbinary::isBuffering

public isBuffering () Check whether if frontend is buffering output

Db\Profiler\Item::getFinalTime

public getFinalTime () Timestamp when the profile ended

Annotations\Annotation::getNamedParameter

public mixed getNamedParameter (mixed $name) Returns a named parameter

Access Control Lists (ACL)

Phalcon\Acl provides an easy and lightweight management of ACLs as well as the permissions attached to them. Access Control Lists (ACL) allow an application to control access to its areas and the underlying objects from requests. You are encouraged to read more about the ACL methodology so as to be familiar with its concepts. In summary, ACLs have roles and resources. Resources are objects which abide by the permissions defined to them by the ACLs. Roles are objects that request access to resou

Mvc\Model\Manager::isKeepingSnapshots

public isKeepingSnapshots (Phalcon\Mvc\ModelInterface $model) Checks if a model is keeping snapshots for the queried records

Mvc\Model\Relation::getOptions

public string | array getOptions () Returns the options

Db\ColumnInterface::isFirst

abstract public isFirst () ...

Mvc\Router\RouteInterface

Source on GitHub Methods abstract public setHostname (mixed $hostname) ... abstract public getHostname () ... abstract public compilePattern (mixed $pattern) ... abstract public via (mixed $httpMethods) ... abstract public reConfigure (mixed $pattern, [mixed $paths]) ... abstract public getName () ... abstract public setName (mixed $name) ... abstract public setHttpMethods (mixed $httpMethods) ... abstract public getRouteId () ... abstract public getPattern () ... abstract public getCompiledPat