mageekguy\atoum\php\tokenizer\iterators\phpNamespace::getClass PHP Method

getClass() public method

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