stream = Utils::streamFor(); $this->callback = $cb; } public function write( $string ) { return call_user_func( $this->callback, $this, $string ); } }