예제 #1
0
 /**
  * Returns the child validators of the ConjunctionValidator that is bound to this processing rule
  *
  * @return \SplObjectStorage<\TYPO3\Flow\Validation\Validator\ValidatorInterface>
  * @internal
  */
 public function getValidators()
 {
     return $this->validator->getValidators();
 }