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\Query\BuilderInterface::innerJoin

abstract public innerJoin (mixed $model, [mixed $conditions], [mixed $alias]) ...

Mvc\Micro\Collection::map

public Phalcon\Mvc\Micro\Collection map (string $routePattern, callable $handler, [string $name]) Maps a route to a handler

Mvc\CollectionInterface::fireEvent

abstract public fireEvent (mixed $eventName) ...

Mvc\UrlInterface::setBasePath

abstract public setBasePath (mixed $basePath) ...

Mvc\Model\Relation::isReusable

public isReusable () Check if records returned by getting belongs-to/has-many are implicitly cached during the current request