Acl\Adapter\IniAcl::inherit PHP 메소드

inherit() 공개 메소드

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 *)
리턴 void
    public function inherit($aro, $aco, $action = "*")
    {
    }