Session\Bag

implements Phalcon\Di\InjectionAwareInterface, Phalcon\Session\BagInterface, IteratorAggregate, Traversable, ArrayAccess, Countable Source on GitHub This component helps to separate session data into “namespaces”. Working by this way you can easily create groups of session variables into the application $user = new \Phalcon\Session\Bag('user'); $user->name = "Kimbra Johnson"; $user->age = 22; Methods public __construct (mixed $name) Phalcon\Session\Bag constructor public setDI (Phalcon\

Logger\Adapter\Firephp::getFormatter

public getFormatter () Returns the internal formatter

Mvc\Model\Manager::getHasOneRecords

public getHasOneRecords (mixed $method, mixed $modelName, mixed $modelRelation, Phalcon\Mvc\ModelInterface $record, [mixed $parameters]) Gets belongsTo related records from a model

Db\Adapter::createView

public createView (mixed $viewName, array $definition, [mixed $schemaName]) Creates a view

DispatcherInterface::setActionSuffix

abstract public setActionSuffix (mixed $actionSuffix) ...

Dispatcher::EXCEPTION_INVALID_PARAMS

integer EXCEPTION_INVALID_PARAMS

Queue\Beanstalk\Job::release

public release ([mixed $priority], [mixed $delay]) The release command puts a reserved job back into the ready queue (and marks its state as “ready”) to be run by any client. It is normally used when the job fails because of a transitory error.

Mvc\Model\Query\Status::success

public success () Allows to check if the executed operation was successful

Forms\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\Transaction\ManagerInterface

Source on GitHub Methods abstract public has () ... abstract public get ([mixed $autoBegin]) ... abstract public rollbackPendent () ... abstract public commit () ... abstract public rollback ([mixed $collect]) ... abstract public notifyRollback (Phalcon\Mvc\Model\TransactionInterface $transaction) ... abstract public notifyCommit (Phalcon\Mvc\Model\TransactionInterface $transaction) ... abstract public collectTransactions () ...