Merge record and structure events inside new namespace

This commit is contained in:
Mathieu Darse
2015-01-27 18:58:09 +01:00
parent bc61536a41
commit e287ba1a42
45 changed files with 172 additions and 177 deletions

View File

@@ -10,8 +10,8 @@
*/
use Alchemy\Phrasea\Application;
use Alchemy\Phrasea\Core\Event\RecordEvent\RecordMetadataChangedEvent;
use Alchemy\Phrasea\Core\Event\RecordEvent\RecordEvents;
use Alchemy\Phrasea\Core\Event\Record\RecordMetadataChangedEvent;
use Alchemy\Phrasea\Core\Event\Record\RecordEvents;
use Symfony\Component\EventDispatcher\EventDispatcherInterface;
class caption_field implements cache_cacheableInterface