Acl\Adapter\Utility\PhpAro::build PHP Метод

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

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
Результат void
    public function build(array $aros)
    {
        $this->_tree = [];
        $this->addRole($aros);
    }