mageekguy\atoum\php\tokenizer\iterators\phpFunction::getArgument PHP Method

getArgument() public method

public getArgument ( $index )
    public function getArgument($index)
    {
        return isset($this->arguments[$index]) === false ? null : $this->arguments[$index];
    }