PHP Класс Efficiently\Larasset\Commands\AssetsCommand

Наследование: extends BaseCommand
Показать файл Открыть проект Примеры использования класса

Защищенные методы

Метод Описание
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

Описание методов

copyAssets() защищенный Метод

Copy all asset files in the current Laravel application 'public/assets' folder
protected copyAssets ( ) : void
Результат void

copyCommand() защищенный Метод

Returns the copy comment specific to your OS
protected copyCommand ( ) : string
Результат string

copyOptions() защищенный Метод

protected copyOptions ( )

deleteManifest() защищенный Метод

Delete Manifest file(s) in the application's assets path
protected deleteManifest ( ) : void
Результат void

deleteTree() защищенный Метод

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
Результат boolean