Mvc\ViewInterface

implements Phalcon\Mvc\ViewBaseInterface Source on GitHub Methods abstract public setLayoutsDir (mixed $layoutsDir) ... abstract public getLayoutsDir () ... abstract public setPartialsDir (mixed $partialsDir) ... abstract public getPartialsDir () ... abstract public setBasePath (mixed $basePath) ... abstract public getBasePath () ... abstract public setRenderLevel (mixed $level) ... abstract public setMainView (mixed $viewPath) ... abstract public getMainView () ... abstract public setLayout (m

Cache\Backend\File::useSafeKey

public useSafeKey (mixed $useSafeKey) Set whether to use the safekey or not

Mvc\RouterInterface::addTrace

abstract public addTrace (mixed $pattern, [mixed $paths]) ...

Mvc\Model\Criteria::bind

public bind (array $bindParams, [mixed $merge]) Sets the bound parameters in the criteria This method replaces all previously set bound parameters

Mvc\Model\ManagerInterface::setModelSchema

abstract public setModelSchema (Phalcon\Mvc\ModelInterface $model, mixed $schema) ...

Registry::offsetGet

final public offsetGet (mixed $offset) Returns an index in the registry

Loader::getExtensions

public getExtensions () Returns the file extensions registered in the loader

Mvc\Model\MetaData\Strategy\Annotations

implements Phalcon\Mvc\Model\MetaData\StrategyInterface Source on GitHub Methods final public getMetaData (Phalcon\Mvc\ModelInterface $model, Phalcon\DiInterface $dependencyInjector) The meta-data is obtained by reading the column descriptions from the database information schema final public getColumnMaps (Phalcon\Mvc\ModelInterface $model, Phalcon\DiInterface $dependencyInjector) Read the model’s column map, this can’t be inferred

Mvc\Model\MetaData\Libmemcached::MODELS_NON_PRIMARY_KEY

integer MODELS_NON_PRIMARY_KEY

Mvc\Model\ManagerInterface::executeQuery

abstract public executeQuery (mixed $phql, [mixed $placeholders]) ...