PHP Class Efficiently\Larasset\Manifest

Afficher le fichier Open project: efficiently/larasset

Méthodes publiques

Свойство Type Description
$dir
$path

Protected Properties

Свойство Type Description
$data

Méthodes publiques

Méthode Description
__construct ( $args = null )
getAssets ( )
getFiles ( )

Méthodes protégées

Méthode Description
normalizePath ( string $path ) : string Windows platform support: Convert backslash to slash

Method Details

__construct() public méthode

public __construct ( $args = null )

getAssets() public méthode

public getAssets ( )

getFiles() public méthode

public getFiles ( )

normalizePath() protected méthode

Windows platform support: Convert backslash to slash
protected normalizePath ( string $path ) : string
$path string
Résultat string

Property Details

$data protected_oe property

protected $data

$dir public_oe property

public $dir

$path public_oe property

public $path