PHP Class Barryvdh\Elfinder\ElfinderController

Inheritance: extends Illuminate\Routing\Controller
Datei anzeigen Open project: barryvdh/laravel-elfinder

Protected Properties

Property Type Description
$app Illuminate\Foundation\Application The application instance.
$package

Public Methods

Method Description
__construct ( Illuminate\Foundation\Application $app )
showCKeditor4 ( )
showConnector ( )
showFilePicker ( $input_id )
showIndex ( )
showPopup ( $input_id )
showTinyMCE ( )
showTinyMCE4 ( )

Protected Methods

Method Description
getViewVars ( )

Method Details

__construct() public method

public __construct ( Illuminate\Foundation\Application $app )
$app Illuminate\Foundation\Application

getViewVars() protected method

protected getViewVars ( )

showCKeditor4() public method

public showCKeditor4 ( )

showConnector() public method

public showConnector ( )

showFilePicker() public method

public showFilePicker ( $input_id )

showIndex() public method

public showIndex ( )

showPopup() public method

public showPopup ( $input_id )

showTinyMCE() public method

public showTinyMCE ( )

showTinyMCE4() public method

public showTinyMCE4 ( )

Property Details

$app protected_oe property

The application instance.
protected Application,Illuminate\Foundation $app
return Illuminate\Foundation\Application

$package protected_oe property

protected $package