mageekguy\atoum\php\tokenizer\iterators\phpClass::appendConstant PHP 메소드

appendConstant() 공개 메소드

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);
    }