Documentation

Abstract class Phalcon\Mvc\User\Logic\Model

extends abstract class Phalcon\Mvc\User\Logic

implements Phalcon\Events\EventsAwareInterface, Phalcon\Di\InjectionAwareInterface

Source on GitHub

Phalcon\Mvc\User\Logic This class can be used to provide user business logic an easy access to services in the application

Methods

abstract public get ([unknown $arguments])

...

abstract public getAll ([unknown $arguments])

...

abstract public save ([unknown $arguments])

...

abstract public create ([unknown $arguments])

...

abstract public delete ([unknown $arguments])

...

abstract public deleteAll ([unknown $arguments])

...

abstract public update ([unknown $arguments])

...

abstract public updateAll ([unknown $arguments])

...

abstract public count ([unknown $arguments])

...

public __construct ([string $actionName], [unknown $arguments]) inherited from Phalcon\User\Logic

Constructor for Phalcon\User\Logic

public string getActionName () inherited from Phalcon\User\Logic

Gets the action name

public array getActionParams () inherited from Phalcon\User\Logic

Gets action params

public setContent (mixed $content) inherited from Phalcon\User\Logic

Sets content

public mixed getContent () inherited from Phalcon\User\Logic

Gets content

public static object call ([string $actionName], [unknown $arguments]) inherited from Phalcon\User\Logic

Loads an logic and prepares it for manipulation

public setDI (Phalcon\DiInterface $dependencyInjector) inherited from Phalcon\Di\Injectable

Sets the dependency injector

public Phalcon\DiInterface getDI ([unknown $error], [unknown $notUseDefault]) inherited from Phalcon\Di\Injectable

Returns the internal dependency injector

public setEventsManager (Phalcon\Events\ManagerInterface $eventsManager) inherited from Phalcon\Di\Injectable

Sets the event manager

public Phalcon\Events\ManagerInterface getEventsManager () inherited from Phalcon\Di\Injectable

Returns the internal event manager

public boolean fireEvent (string $eventName, [mixed $data], [unknown $cancelable]) inherited from Phalcon\Di\Injectable

Fires an event, implicitly calls behaviors and listeners in the events manager are notified

public mixed fireEventCancel (string $eventName, [mixed $data], [unknown $cancelable]) inherited from Phalcon\Di\Injectable

Fires an event, can stop the event by returning to the false

public boolean hasService (string $name) inherited from Phalcon\Di\Injectable

Check whether the DI contains a service by a name

public Phalcon\Di\ServiceInterface setService (unknown $name) inherited from Phalcon\Di\Injectable

Sets a service from the DI

public object|null getService (unknown $name) inherited from Phalcon\Di\Injectable

Obtains a service from the DI

public mixed getResolveService (string $name, [array $args], [unknown $noerror], [unknown $noshared]) inherited from Phalcon\Di\Injectable

Resolves the service based on its configuration

public attachEvent (string $eventType, Closure $callback) inherited from Phalcon\Di\Injectable

Attach a listener to the events

public __get (unknown $property) inherited from Phalcon\Di\Injectable

Magic method __get

public __sleep () inherited from Phalcon\Di\Injectable

...

public __debugInfo () inherited from Phalcon\Di\Injectable

...