Files
Phraseanet/lib/Alchemy/Phrasea/Core/Event/DataboxStructureChanged.php
Jean-Yves Gaulier 304e5d0849 #PHRAS-741 #time 1m
add forgotten files...
2015-10-28 15:34:13 +01:00

14 lines
238 B
PHP

<?php
namespace Alchemy\Phrasea\Core\Event;
use Symfony\Component\EventDispatcher\Event;
class DataboxStructureChanged extends DataboxRelated
{
public function getDomBefore()
{
return $this->args['dom_before'];
}
}