Acl\Adapter\IniAcl::inherit PHP Method

inherit() public method

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