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

getArguments() public method

public getArguments ( )
    public function getArguments()
    {
        return $this->arguments;
    }

Usage Example

Beispiel #1
0
 public function test__construct()
 {
     $iterator = new iterators\phpFunction();
     $this->assert->array($iterator->getArguments())->isEmpty();
 }