Mvc\Model\Query\BuilderInterface::andWhere

abstract public andWhere (mixed $conditions, [mixed $bindParams], [mixed $bindTypes]) ...

Queue\Beanstalk\Job::__wakeup

public __wakeup () Checks if the job has been modified after unserializing the object

Queue\Beanstalk\Job::getId

public getId ()

Mvc\Model\MetaData\Files::MODELS_REVERSE_COLUMN_MAP

integer MODELS_REVERSE_COLUMN_MAP

Mvc\Router::setDefaultModule

public setDefaultModule (mixed $moduleName) Sets the name of the default module

Cli\Console::addModules

public addModules (array $modules) Merge modules with the existing ones application->addModules(array( 'admin' => array( 'className' => 'Multiple\Admin\Module', 'path' => '../apps/admin/Module.php' ) ));

Mvc\CollectionInterface::findById

abstract public static findById (mixed $id) ...

Db\Adapter::getEventsManager

public getEventsManager () Returns the internal event manager

Queue\Beanstalk\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\TransactionInterface::rollback

abstract public rollback ([mixed $rollbackMessage], [mixed $rollbackRecord]) ...