getMethods() public method

public getMethods ( )
コード例 #1
0
ファイル: phpClass.php プロジェクト: andrewolobo/mpTracker
 public function test__construct()
 {
     $iterator = new iterators\phpClass();
     $this->assert->array($iterator->getConstants())->isEmpty()->array($iterator->getMethods())->isEmpty();
 }