PHP Class MarvinLabs\SetupWizard\Steps\FoldersStep

Inheritance: extends BaseStep
Show file Open project: marvinlabs/laravel-setup-wizard

Public Methods

Method Description
__construct ( $id )
apply ( $formData )
getFormData ( )
undo ( )

Protected Methods

Method Description
checkFolderPermission ( $path, $perm )
getFolders ( )

Private Methods

Method Description
getPermission ( $folder ) : string Get a folder permission.

Method Details

__construct() public method

public __construct ( $id )

apply() public method

public apply ( $formData )

checkFolderPermission() protected method

protected checkFolderPermission ( $path, $perm )

getFolders() protected method

protected getFolders ( )

getFormData() public method

public getFormData ( )

undo() public method

public undo ( )