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

appendProperty() public method

public appendProperty ( mageekguy\atoum\php\tokenizer\iterators\phpProperty $phpProperty )
$phpProperty mageekguy\atoum\php\tokenizer\iterators\phpProperty
    public function appendProperty(iterators\phpProperty $phpProperty)
    {
        $this->properties[] = $phpProperty;
        return $this->append($phpProperty);
    }