コード例 #1
0
ファイル: iterator_048.php プロジェクト: badlamer/hhvm
 function accept()
 {
     return $this->hasChildren() || parent::accept();
 }
 /**
  * Simply invert the accept() function
  *
  */
 public function accept()
 {
     return !parent::accept();
 }