コード例 #1
0
 /**
  * Gets a boolean for failed check
  * @return bool Returns true if a prior executed check failed
  */
 public function CheckFailed()
 {
     return $this->pageField->CheckFailed();
 }