callback = $callback; } public function transform() { return call_user_func_array($this->callback, func_get_args()); } }