ZF\Apigility\Admin\Model\AuthorizationEntity::exchangeArray PHP Method

exchangeArray() public method

public exchangeArray ( array $services )
$services array
    public function exchangeArray(array $services)
    {
        foreach ($services as $serviceName => $privileges) {
            $this->servicePrivileges[$serviceName] = $this->filterPrivileges($privileges);
        }
    }