コード例 #1
0
 /**
  * Sets the field to not required
  * @param string $errorLabelPrefix
  */
 public function SetRequired($errorLabelPrefix = '')
 {
     $this->pageField->SetRequired($errorLabelPrefix);
 }