????

Your IP : 18.220.222.38


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