PHP Class Efficiently\Larasset\Manifest

Show file Open project: efficiently/larasset

Public Properties

Property Type Description
$dir
$path

Protected Properties

Property Type Description
$data

Public Methods

Method Description
__construct ( $args = null )
getAssets ( )
getFiles ( )

Protected Methods

Method Description
normalizePath ( string $path ) : string Windows platform support: Convert backslash to slash

Method Details

__construct() public method

public __construct ( $args = null )

getAssets() public method

public getAssets ( )

getFiles() public method

public getFiles ( )

normalizePath() protected method

Windows platform support: Convert backslash to slash
protected normalizePath ( string $path ) : string
$path string
return string

Property Details

$data protected property

protected $data

$dir public property

public $dir

$path public property

public $path