created_at = time(); } public function beforeUpdate() { $this->updated_at = time(); } public static function formatTypes() { $list = [ self::FORMAT_HTML => 'html', self::FORMAT_MARKDOWN => 'format', ]; return $list; } }