Acl\Adapter\Utility\PhpAro::build PHP Method

build() public method

build an ARO tree structure for internal processing
public build ( array $aros ) : void
$aros array array of AROs as key and their inherited AROs as values
return void
    public function build(array $aros)
    {
        $this->_tree = [];
        $this->addRole($aros);
    }