reset() public method

public reset ( )
コード例 #1
0
ファイル: phpScript.php プロジェクト: xihewang/atoum
 public function reset()
 {
     $this->namespaces = array();
     return parent::reset();
 }