Mvc\CollectionInterface::cloneResult

abstract public static cloneResult (Phalcon\Mvc\CollectionInterface $collection, array $document) ...

Db\Dialect\Mysql::dropPrimaryKey

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

Assets\Collection::addInlineJs

public addInlineJs (mixed $content, [mixed $filter], [mixed $attributes]) Adds an inline javascript to the collection

Mvc\Model\RelationInterface::isForeignKey

abstract public isForeignKey () ...

Config\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

Mvc\Model\MetaData\Apc::write

public write (mixed $key, mixed $data) Writes the meta-data to APC

Cli\Router\Route::getName

public getName () Returns the route’s name

Db\ColumnInterface::isUnsigned

abstract public isUnsigned () ...

Mvc\Router::getRouteById

public getRouteById (mixed $id) Returns a route object by its id

Db\Dialect\Mysql::addForeignKey

public addForeignKey (mixed $tableName, mixed $schemaName, Phalcon\Db\ReferenceInterface $reference) Generates SQL to add an index to a table