Documentation

Interface Phalcon\Mvc\Model\BehaviorInterface

Source on GitHub

Phalcon\Mvc\Model\BehaviorInterface initializer

Methods

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

This method receives the notifications from the EventsManager

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

Calls a method when it’s missing in the model