mageekguy\atoum\php\tokenizer\iterators\phpClass::getMethods PHP Méthode

getMethods() public méthode

public getMethods ( )
    public function getMethods()
    {
        return $this->methods;
    }

Usage Example

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