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

appendConstant() public method

public appendConstant ( mageekguy\atoum\php\tokenizer\iterators\phpConstant $phpConstant )
$phpConstant mageekguy\atoum\php\tokenizer\iterators\phpConstant
    public function appendConstant(iterators\phpConstant $phpConstant)
    {
        $this->constants[] = $phpConstant;
        return $this->append($phpConstant);
    }