Mvc\Router\Group::getRoutes

public getRoutes () Returns the routes added to the group

Http\Cookie::getSecure

public getSecure () Returns whether the cookie must only be sent when the connection is secure (HTTPS)

Session\Adapter::__set

public __set (mixed $index, mixed $value) Alias: Sets a session variable in an application context

Db\AdapterInterface::rollback

abstract public rollback ([mixed $nesting]) ...

Registry::__set

final public __set (mixed $key, mixed $value) Sets an element in the registry

Mvc\Model\Resultset::seek

final public seek (mixed $position) Changes internal pointer to a specific position in the resultset Set new position if required and set this->_row

Db\ResultInterface::setFetchMode

abstract public setFetchMode (mixed $fetchMode) ...

ValidationInterface

Source on GitHub Methods abstract public validate ([mixed $data], [mixed $entity]) ... abstract public add (mixed $field, Phalcon\Validation\ValidatorInterface $validator) ... abstract public rule (mixed $field, Phalcon\Validation\ValidatorInterface $validator) ... abstract public rules (mixed $field, array $validators) ... abstract public setFilters (mixed $field, mixed $filters) ... abstract public getFilters ([mixed $field]) ... abstract public getValidators () ... abstract public getEntity

Mvc\Router\Annotations::processActionAnnotation

public processActionAnnotation (mixed $module, mixed $namespaceName, mixed $controller, mixed $action, Phalcon\Annotations\Annotation $annotation) Checks for annotations in the public methods of the controller

Mvc\Model\RelationInterface::getOption

abstract public getOption (mixed $name) ...