PHP Class Efficiently\Larasset\Commands\AssetsCommand

Inheritance: extends BaseCommand
Afficher le fichier Open project: efficiently/larasset Class Usage Examples

Méthodes protégées

Méthode Description
copyAssets ( ) : void Copy all asset files in the current Laravel application 'public/assets' folder
copyCommand ( ) : string Returns the copy comment specific to your OS
copyOptions ( )
deleteManifest ( ) : void Delete Manifest file(s) in the application's assets path
deleteTree ( string $dir ) : boolean Delete recursively a tree of folders Source: http://www.php.net/manual/fr/function.rmdir.php#110489

Method Details

copyAssets() protected méthode

Copy all asset files in the current Laravel application 'public/assets' folder
protected copyAssets ( ) : void
Résultat void

copyCommand() protected méthode

Returns the copy comment specific to your OS
protected copyCommand ( ) : string
Résultat string

copyOptions() protected méthode

protected copyOptions ( )

deleteManifest() protected méthode

Delete Manifest file(s) in the application's assets path
protected deleteManifest ( ) : void
Résultat void

deleteTree() protected méthode

Delete recursively a tree of folders Source: http://www.php.net/manual/fr/function.rmdir.php#110489
protected deleteTree ( string $dir ) : boolean
$dir string Base directory
Résultat boolean