validators = $validators; } /** * Get Validators defined in di * * @param string $type * @return array */ public function getValidators($type) { return isset($this->validators[$type]) ? $this->validators[$type] : []; } }