Backend\HomeController::getDatatableLangfile PHP 메소드

getDatatableLangfile() 공개 메소드

Get the language file for the datatable
public getDatatableLangfile ( ) : [type]
리턴 [type]
    public function getDatatableLangfile()
    {
        $translation = \Lang::get('datatable');
        return json_encode($translation);
    }