- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
// https://github.com/zendframework/zf1/blob/master/library/Zend/Form/Element.php#L1311
/**
* Remove a single validator by name
*
* @param string $name
* @return bool
*/
public function removeValidator($name)
{
// code
return $this;
}