name = $name; } public function produce() { return (new Template($this->template)) ->place('name', $this->name) ->produce(); } }