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

getConstants() public method

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

Usage Example

Ejemplo n.º 1
0
 public function test__construct()
 {
     $iterator = new iterators\phpClass();
     $this->assert->array($iterator->getConstants())->isEmpty()->array($iterator->getMethods())->isEmpty();
 }