PHP Class hedronium\Jables\Loader

Show file Open project: hedronium/jables Class Usage Examples

Protected Properties

Property Type Description
$app
$extensions
$fs
$names
$parsed
$paths

Public Methods

Method Description
__construct ( $app, Illuminate\Filesystem\Filesystem $fs )
exists ( $name )
get ( $name )
index ( $dir = 'jables' )
names ( )
parse ( )
path ( $name )
paths ( )

Method Details

__construct() public method

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

exists() public method

public exists ( $name )

get() public method

public get ( $name )

index() public method

public index ( $dir = 'jables' )

names() public method

public names ( )

parse() public method

public parse ( )

path() public method

public path ( $name )

paths() public method

public paths ( )

Property Details

$app protected property

protected $app

$extensions protected property

protected $extensions

$fs protected property

protected $fs

$names protected property

protected $names

$parsed protected property

protected $parsed

$paths protected property

protected $paths