spec\MGDigital\BusQue\QueueResolver\QueueVoterWithWhitelistResolverSpec::getConstructorArguments PHP Méthode

getConstructorArguments() protected méthode

protected getConstructorArguments ( ) : array
Résultat array
    protected function getConstructorArguments() : array
    {
        $args = parent::getConstructorArguments();
        $args[] = $this->whitelist;
        return $args;
    }
QueueVoterWithWhitelistResolverSpec