spec\MGDigital\BusQue\QueueResolver\QueueVoterWithWhitelistResolverSpec::getConstructorArguments PHP 메소드

getConstructorArguments() 보호된 메소드

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