function($txt = NULL) { if ( !\is_null($txt) ){ $this->text = bbn\Str::html2text($txt); return $this; } return $this->text; }