企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
# Abstract class Phalcon\\Mvc\\Model\\Behavior # Abstract class **Phalcon\\Mvc\\Model\\Behavior** This is an optional base class for ORM behaviors ### Methods public **\_\_construct** (\[*array* $options\]) protected **mustTakeAction** (*unknown* $eventName) Checks whether the behavior must take action on certain event protected *array***getOptions** (\[*string* $eventName\]) Returns the behavior options related to an event public **notify** (*unknown* $type, *unknown* $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 | - [索引](# "总目录") - [下一页](# "Class Phalcon\Mvc\Model\Behavior\SoftDelete") | - [上一页](# "Abstract class Phalcon\Mvc\Model") | - [API Indice](#) »