Exemplo n.º 1
0
 /**
  * {@inheritdoc}
  */
 public function check($input)
 {
     $this->checkKeys($input);
     return parent::check($input);
 }