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

19 lines
310 B
PHP

<?php
namespace Alchemy\Phrasea\Core\Event;
use Symfony\Component\EventDispatcher\Event;
class CollectionUnmounted extends CollectionRelated
{
public function getCollId()
{
return $this->args['coll_id'];
}
public function getName()
{
return $this->args['name'];
}
}