PHP 클래스 Efficiently\Larasset\Commands\AssetsCommand

상속: extends BaseCommand
파일 보기 프로젝트 열기: efficiently/larasset 1 사용 예제들

보호된 메소드들

메소드 설명
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