encodedText = $bEncoding; } /** * Returns a BEncoded value */ public function toEncoded(){ return $this->encodedText; } } ?>