Пример #1
0
 /**
  * Fulfill the condition interface.
  * @return boolean the result of evaluating the specified return code.
  */
 public function evaluate()
 {
     return ExecTask::isFailureCode($this->code);
 }