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

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

No op method, allow cannot be done with IniAcl
public allow ( 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 allow($aro, $aco, $action = "*")
    {
    }