Файловый менеджер - Редактировать - /var/www/iplanru/data/www/i-plan.ru/media/zoo/applications/jbuniversal/framework/events/jbevent.item.php
Назад
<?php /** * JBZoo is universal CCK, application for YooTheme Zoo component * @package JBZoo * @author JBZoo App http://jbzoo.com * @copyright Copyright (C) JBZoo.com * @license http://www.gnu.org/licenses/gpl.html GNU/GPL */ // no direct access defined('_JEXEC') or die('Restricted access'); class JBEventItem extends JBEvent { public static function init($event) { } /** * Item saved event * @static * @param $event AppEvent */ public static function saved($event) { } /** * Item deleted event * @static * @param $event AppEvent */ public static function deleted($event) { $item = $event->getSubject(); $jbimageElements = $item->getElements(); foreach ($jbimageElements as $element) { if (method_exists($element, 'triggerItemDeleted')) { $element->triggerItemDeleted(); } } } public static function stateChanged($event) { } public static function beforeDisplay($event) { } public static function afterDisplay($event) { } }
| ver. 1.4 |
Github
|
.
| PHP 5.4.45-1~dotdeb+6.1 | Генерация страницы: 0.04 |
proxy
|
phpinfo
|
Настройка