check($data); return $this->getError(); } public function __set($name, $value) { // TODO: Implement __set() method. $this->rule[$name] = $value; } }