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