Acl\Adapter\Memory::addRole

public addRole (RoleInterface | string $role, [array | string $accessInherits]) Adds a role to the ACL list. Second parameter allows inheriting access data from other existing role Example: $acl->addRole(new Phalcon\Acl\Role('administrator'), 'consultant'); $acl->addRole('administrator', 'consultant');

Mvc\Model\Criteria::having

public having (mixed $having) Adds the having clause to the criteria

Db\Dialect\Postgresql::dropPrimaryKey

public dropPrimaryKey (mixed $tableName, mixed $schemaName) Generates SQL to delete primary key from a table

Db\Adapter::createSavepoint

public createSavepoint (mixed $name) Creates a new savepoint

Flash::setImplicitFlush

public setImplicitFlush (mixed $implicitFlush) Set whether the output must be implicitly flushed to the output or returned as string

Mvc\Model\MetaData\Apc::read

public read (mixed $key) Reads meta-data from APC

Mvc\Model\Manager::useDynamicUpdate

public useDynamicUpdate (Phalcon\Mvc\ModelInterface $model, mixed $dynamicUpdate) Sets if a model must use dynamic update instead of the all-field update

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>");