Db\AdapterInterface::lastInsertId

abstract public lastInsertId ([mixed $sequenceName]) ...

Cache\Backend::getOptions

public getOptions () ...

Cache\Backend\Xcache::get

public get (mixed $keyName, [mixed $lifetime]) Returns a cached content

Filter::FILTER_UPPER

string FILTER_UPPER

Validation\CombinedFieldsValidator

extends abstract class Phalcon\Validation\Validator implements Phalcon\Validation\ValidatorInterface Source on GitHub Methods public __construct ([array $options]) inherited from Phalcon\Validation\Validator Phalcon\Validation\Validator constructor public isSetOption (mixed $key) inherited from Phalcon\Validation\Validator Checks if an option has been defined public hasOption (mixed $key) inherited from Phalcon\Validation\Validator Checks if an option is defined public getOption (mixed $key,

Assets\Resource\Css

extends class Phalcon\Assets\Resource Source on GitHub Represents CSS resources Methods public __construct (string $path, [boolean $local], [boolean $filter], [array $attributes]) public getType () inherited from Phalcon\Assets\Resource public getPath () inherited from Phalcon\Assets\Resource public getLocal () inherited from Phalcon\Assets\Resource public getFilter () inherited from Phalcon\Assets\Resource public getAttributes () inherited from Phalcon\Assets\Resource public getSourcePath

Mvc\View::__isset

public __isset (mixed $key) Magic method to retrieve if a variable is set in the view echo isset($this->view->products);

Mvc\View\Engine\Volt\Compiler::compileCall

public string compileCall (array $statement, boolean $extendsMode) Compiles calls to macros

Cache\Backend\Xcache::decrement

public mixed decrement (string $keyName, [long $value]) Atomic decrement of a given key, by number $value

Mvc\Model\Transaction\Manager::has

public has () Checks whether the manager has an active transaction