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

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