html = $html; } /** * @param HTML_Consumer $consumer */ public function feed_consumer( HTML_Consumer $consumer ) { $consumer->consume_html( $this->html ); } }