예제 #1
0
 public function getImageAttribute()
 {
     return '<img src="' . Emoticon::find($this->id)->emoticon->getPath() . '" />';
 }
예제 #2
0
 public function onRender()
 {
     $this->page['toolbar'] = $this->property('toolbar');
     $this->page['emoticonsJson'] = Emoticon::getJsonEmoctions();
     $this->page['resizeMaxheight'] = $this->property('resize_maxheight');
 }
예제 #3
0
<?php

use ShahiemSeymor\Bbcode\Models\Emoticon;
return Emoticon::getEmoctions();