FOF30\Platform\Base\Platform::authorise PHP Метод

authorise() публичный Метод

Perform an ACL check.
См. также: F0FPlatformInterface::authorise()
public authorise ( string $action, string $assetname ) : boolean
$action string The ACL privilege to check, e.g. core.edit
$assetname string The asset name to check, typically the component's name
Результат boolean True if the user is allowed this action
    public function authorise($action, $assetname)
    {
        return true;
    }