b0y-101 Mini Shell


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

Copyright © 2019 by b0y-101