Mvc\Router\Annotations::getResources

public getResources () Return the registered resources

Acl\AdapterInterface::dropResourceAccess

abstract public dropResourceAccess (mixed $resourceName, mixed $accessList) ...

Mvc\Model\Query\BuilderInterface::getLimit

abstract public getLimit () ...

Assets\Inline::setType

public setType (mixed $type) Sets the inline’s type

Annotations\AdapterInterface::getMethod

abstract public getMethod (mixed $className, mixed $methodName) ...

Mvc\Model\Query::execute

public mixed execute ([array $bindParams], [array $bindTypes]) Executes a parsed PHQL statement

Mvc\Collection\ManagerInterface::getLastInitialized

abstract public getLastInitialized () ...

Mvc\Model\Resultset\Simple

extends abstract class Phalcon\Mvc\Model\Resultset implements JsonSerializable, Serializable, ArrayAccess, Countable, SeekableIterator, Traversable, Iterator, Phalcon\Mvc\Model\ResultsetInterface Source on GitHub Simple resultsets only contains a complete objects This class builds every complete object as it is required Constants integer TYPE_RESULT_FULL integer TYPE_RESULT_PARTIAL integer HYDRATE_RECORDS integer HYDRATE_OBJECTS integer HYDRATE_ARRAYS Methods public __construct (array

Cache\Exception

extends class Phalcon\Exception implements Throwable Source on GitHub Methods final private Exception __clone () inherited from Exception Clone the exception public __construct ([string $message], [int $code], [Exception $previous]) inherited from Exception Exception constructor public __wakeup () inherited from Exception ... final public string getMessage () inherited from Exception Gets the Exception message final public int getCode () inherited from Exception Gets the Exception code fin

Http\Response::setContent

public setContent (mixed $content) Sets HTTP response body response->setContent("<h1>Hello!</h1>");