コード例 #1
0
 /**
  * Gets all validators
  * @return IValidator[]
  */
 public function GetValidators()
 {
     return $this->pageField->GetValidators();
 }