PATH:
home
/
centosnipponia
/
public_html
/
appnip
/
vendor
/
jeroennoten
/
laravel-adminlte
/
src
/
Helpers
<?php namespace JeroenNoten\LaravelAdminLte\Helpers; class UtilsHelper { /** * Apply an HTML entity decoder to the specified string. * * @param string $value * @return string */ public static function applyHtmlEntityDecoder($value) { return isset($value) ? html_entity_decode($value) : $value; } }
[+]
..
[-] CommandHelper.php
[edit]
[-] LayoutHelper.php
[edit]
[-] MenuItemHelper.php
[edit]
[-] NavbarItemHelper.php
[edit]
[-] SidebarItemHelper.php
[edit]
[-] UtilsHelper.php
[edit]
[-] .htaccess.disabled
[edit]