mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 15:03:25 +00:00
10 lines
146 B
PHP
10 lines
146 B
PHP
<?php
|
|
class event_test extends event
|
|
{
|
|
protected $events = array('__EVENT__');
|
|
|
|
public function fire($event,$params,&$object)
|
|
{
|
|
return;
|
|
}
|
|
} |