Class **Phalcon\\Mvc\\Collection\\Behavior\\Timestampable** =========================================================== *extends* abstract class :doc:`Phalcon\\Mvc\\Collection\\Behavior ` *implements* :doc:`Phalcon\\Mvc\\Collection\\BehaviorInterface ` .. role:: raw-html(raw) :format: html :raw-html:`Source on GitHub` Allows to automatically update a model’s attribute saving the datetime when a record is created or updated Methods ------- public **notify** (*mixed* $type, :doc:`Phalcon\\Mvc\\CollectionInterface ` $model) Listens for notifications from the models manager public **__construct** ([*array* $options]) inherited from :doc:`Phalcon\\Mvc\\Collection\\Behavior ` Phalcon\\Mvc\\Collection\\Behavior protected **mustTakeAction** (*mixed* $eventName) inherited from :doc:`Phalcon\\Mvc\\Collection\\Behavior ` Checks whether the behavior must take action on certain event protected *array* **getOptions** ([*string* $eventName]) inherited from :doc:`Phalcon\\Mvc\\Collection\\Behavior ` Returns the behavior options related to an event public **missingMethod** (:doc:`Phalcon\\Mvc\\CollectionInterface ` $model, *mixed* $method, [*mixed* $arguments]) inherited from :doc:`Phalcon\\Mvc\\Collection\\Behavior ` Acts as fallbacks when a missing method is called on the collection