W3cubDocs

/Phalcon 2

Abstract class Phalcon\Mvc\Model\Behavior

implements Phalcon\Mvc\Model\BehaviorInterface

This is an optional base class for ORM behaviors

Methods

public __construct ([array $options])

protected mustTakeAction ()

Checks whether the behavior must take action on certain event

protected array getOptions ()

Returns the behavior options related to an event

public notify (string $type, Phalcon\Mvc\ModelInterface $model)

This method receives the notifications from the EventsManager

public missingMethod (Phalcon\Mvc\ModelInterface $model, string $method, [array $arguments])

Acts as fallbacks when a missing method is called on the model

© 2011–2016 Phalcon Framework Team
Licensed under the Creative Commons Attribution License 3.0.
https://docs.phalconphp.com/en/2.0.0/api/Phalcon_Mvc_Model_Behavior.html