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

getConstants() 공개 메소드

public getConstants ( )
    public function getConstants()
    {
        return $this->constants;
    }

Usage Example

예제 #1
0
 public function test__construct()
 {
     $iterator = new iterators\phpClass();
     $this->assert->array($iterator->getConstants())->isEmpty()->array($iterator->getMethods())->isEmpty();
 }