コード例 #1
0
ファイル: Status.php プロジェクト: MediaWiki-stable/1.26.1
 /**
  * Returns whether the operation completed and didn't have any error or
  * warnings
  *
  * @return bool
  */
 public function isGood()
 {
     return $this->sv->isGood();
 }