Spade

Mini Shell

Directory:~$ /home/lmsyaran/public_html/j3/htaccess.back/smartslider3/src/Framework/Acl/
Upload File

[Home] [System Details] [Kill Me]
Current File:~$ /home/lmsyaran/public_html/j3/htaccess.back/smartslider3/src/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);
}