示例#1
0
 /**
  * Get the incoming flat form data
  *
  * @return ValidationElement
  */
 public function getIncomingData()
 {
     return $this->controllerContext->getValidationElement();
 }