mageekguy\atoum\php\tokenizer\iterators\phpClass::getMethod PHP 메소드

getMethod() 공개 메소드

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