PHP Class hedronium\Jables\Prettifyer

Show file Open project: hedronium/jables

Protected Properties

Property Type Description
$app
$files
$fs
$loader

Public Methods

Method Description
__construct ( $app, Illuminate\Filesystem\Filesystem $fs, Loader $loader )
prettify ( )

Protected Methods

Method Description
buildFileList ( )

Method Details

__construct() public method

public __construct ( $app, Illuminate\Filesystem\Filesystem $fs, Loader $loader )
$fs Illuminate\Filesystem\Filesystem
$loader Loader

buildFileList() protected method

protected buildFileList ( )

prettify() public method

public prettify ( )

Property Details

$app protected property

protected $app

$files protected property

protected $files

$fs protected property

protected $fs

$loader protected property

protected $loader