mageekguy\atoum\php\tokenizer\iterators\phpClass::getMethod PHP Method

getMethod() public method

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