コード例 #1
0
 /**
  * Returns 'NOT' operation result of resolvable
  * @return bool
  */
 public function state()
 {
     return !$this->resolvable->state();
 }