/** * Delete a rule from the valdiation * * @param string $type Validation type */ public function delRule($type) { $this->valid->delRule($type); }