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

getProperty() public method

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