mageekguy\atoum\php\tokenizer\iterators\phpClass::getMethod PHP Méthode

getMethod() public méthode

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