mageekguy\atoum\php\tokenizer\iterators\phpClass::getProperty PHP Метод

getProperty() публичный Метод

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