Exemplo n.º 1
0
 public function optionTextRaw()
 {
     return bbcode_for_editor($this->poll_option_text, $this->post->bbcode_uid);
 }
Exemplo n.º 2
0
Arquivo: Post.php Projeto: ppy/osu-web
 public function getBodyRawAttribute()
 {
     return bbcode_for_editor($this->post_text, $this->bbcode_uid);
 }