%PDF- %PDF-
| Direktori : /home/opti/www/stlc/wp-content/plugins/smart-slider-3/Nextend/Framework/Acl/ |
| Current File : /home/opti/www/stlc/wp-content/plugins/smart-slider-3/Nextend/Framework/Acl/AbstractPlatformAcl.php |
<?php
namespace Nextend\Framework\Acl;
use Nextend\Framework\Pattern\MVCHelperTrait;
abstract class AbstractPlatformAcl {
/**
* @param $action
* @param MVCHelperTrait $MVCHelper
*
* @return bool
*/
abstract public function authorise($action, $MVCHelper);
}