mirror of
https://github.com/typemill/typemill.git
synced 2025-08-31 01:29:58 +02:00
Version 1.3.8: ACL-Implementation
This commit is contained in:
14
system/Events/OnResourcesLoaded.php
Normal file
14
system/Events/OnResourcesLoaded.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
namespace Typemill\Events;
|
||||
|
||||
use Symfony\Component\EventDispatcher\Event;
|
||||
|
||||
/**
|
||||
* Event for acl.
|
||||
*/
|
||||
|
||||
class OnResourcesLoaded extends BaseEvent
|
||||
{
|
||||
|
||||
}
|
14
system/Events/OnRolesPermissionsLoaded.php
Normal file
14
system/Events/OnRolesPermissionsLoaded.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
namespace Typemill\Events;
|
||||
|
||||
use Symfony\Component\EventDispatcher\Event;
|
||||
|
||||
/**
|
||||
* Event for acl.
|
||||
*/
|
||||
|
||||
class OnRolesPermissionsLoaded extends BaseEvent
|
||||
{
|
||||
|
||||
}
|
Reference in New Issue
Block a user