Mvc\CollectionInterface::getId

abstract public getId () ...

Cache\Backend\Libmemcached::save

public save ([int | string $keyName], [string $content], [long $lifetime], [boolean $stopBuffer]) Stores cached content into the file backend and stops the frontend

Tag::setDI

public static setDI (Phalcon\DiInterface $dependencyInjector) Sets the dependency injector container.

Db\Dialect\Mysql::createTable

public createTable (mixed $tableName, mixed $schemaName, array $definition) Generates SQL to create a table

Db\ColumnInterface::isFirst

abstract public isFirst () ...

Mvc\Router\RouteInterface

Source on GitHub Methods abstract public setHostname (mixed $hostname) ... abstract public getHostname () ... abstract public compilePattern (mixed $pattern) ... abstract public via (mixed $httpMethods) ... abstract public reConfigure (mixed $pattern, [mixed $paths]) ... abstract public getName () ... abstract public setName (mixed $name) ... abstract public setHttpMethods (mixed $httpMethods) ... abstract public getRouteId () ... abstract public getPattern () ... abstract public getCompiledPat

Mvc\Model\ManagerInterface::notifyEvent

abstract public notifyEvent (mixed $eventName, Phalcon\Mvc\ModelInterface $model) ...

Forms\Element::addValidator

public addValidator (Phalcon\Validation\ValidatorInterface $validator) Adds a validator to the element

Mvc\Model\MetaData\Memory::MODELS_REVERSE_COLUMN_MAP

integer MODELS_REVERSE_COLUMN_MAP

Mvc\View::setBasePath

public setBasePath (mixed $basePath) Sets base path. Depending of your platform, always add a trailing slash or backslash $view->setBasePath(__DIR__ . '/');