Exemplo n.º 1
0
 function Valid_WhiteList($key, $whitelist)
 {
     parent::Valid($key);
     $this->addRule(new Rule_WhiteList($whitelist));
 }