Acl\Adapter\IniAcl::deny PHP Метод

deny() публичный метод

No op method, deny cannot be done with IniAcl
public deny ( string $aro, string $aco, string $action = "*" ) : void
$aro string ARO The requesting object identifier.
$aco string ACO The controlled object identifier.
$action string Action (defaults to *)
Результат void
    public function deny($aro, $aco, $action = "*")
    {
    }