????
Current Path : /proc/self/cwd/wp-content/plugins/smart-slider-3/Nextend/Framework/Acl/ |
Current File : //proc/self/cwd/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); }