clone = $clone; } public function validate($v, $config, $context) { return $this->clone->validate($v, $config, $context); } public function make($string) { return clone $this->clone; } } // vim: et sw=4 sts=4