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