コード例 #1
0
ファイル: Emoticon.php プロジェクト: Shahiem/bbcode-plugin
 public function getImageAttribute()
 {
     return '<img src="' . Emoticon::find($this->id)->emoticon->getPath() . '" />';
 }
コード例 #2
0
ファイル: Editor.php プロジェクト: Shahiem/bbcode-plugin
 public function onRender()
 {
     $this->page['toolbar'] = $this->property('toolbar');
     $this->page['emoticonsJson'] = Emoticon::getJsonEmoctions();
     $this->page['resizeMaxheight'] = $this->property('resize_maxheight');
 }
コード例 #3
0
ファイル: emoticons.php プロジェクト: Shahiem/bbcode-plugin
<?php

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