Mvc\Collection\ManagerInterface::setCustomEventsManager

abstract public setCustomEventsManager (Phalcon\Mvc\CollectionInterface $model, Phalcon\Events\ManagerInterface $eventsManager) ...

Mvc\Controller

extends abstract class Phalcon\Di\Injectable implements Phalcon\Events\EventsAwareInterface, Phalcon\Di\InjectionAwareInterface, Phalcon\Mvc\ControllerInterface Source on GitHub Every application controller should extend this class that encapsulates all the controller functionality The controllers provide the “flow” between models and views. Controllers are responsible for processing the incoming requests from the web browser, interrogating the models for data, and passing that data on to the v

Mvc\Collection\ManagerInterface::useImplicitObjectIds

abstract public useImplicitObjectIds (Phalcon\Mvc\CollectionInterface $model, mixed $useImplicitObjectIds) ...

Mvc\Collection\ManagerInterface::notifyEvent

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

Mvc\Collection\ManagerInterface::setConnectionService

abstract public setConnectionService (Phalcon\Mvc\CollectionInterface $model, mixed $connectionService) ...

Mvc\Collection\ManagerInterface::getLastInitialized

abstract public getLastInitialized () ...

Mvc\Collection\ManagerInterface::getConnection

abstract public getConnection (Phalcon\Mvc\CollectionInterface $model) ...

Mvc\Collection\ManagerInterface::isInitialized

abstract public isInitialized (mixed $modelName) ...

Mvc\Collection\ManagerInterface::getCustomEventsManager

abstract public getCustomEventsManager (Phalcon\Mvc\CollectionInterface $model) ...

Mvc\Collection\ManagerInterface::addBehavior

abstract public addBehavior (Phalcon\Mvc\CollectionInterface $model, Phalcon\Mvc\Collection\BehaviorInterface $behavior) ...