callback = $callback; } public function normalize(DOMElement $template) { \call_user_func($this->callback, $template); } }