Documentation

Fs
in package
implements IEntity

Handler for creation of the default folder structure

Tags
author

gdever

implements

IEntity

Interfaces, Classes and Traits

IEntity

Table of Contents

$structure  : array<string|int, string>
List of root directories
$structureProjectName  : array<string|int, string>
List of project's directories
run()  : void
Method runs folder structure creation

Properties

$structure

List of root directories

public static array<string|int, string> $structure = ['Conf', 'Include/Js', 'Include/Php', 'Res/Images', 'Testing/Selenium', 'Testing/Unit']

$structureProjectName

List of project's directories

public static array<string|int, string> $structureProjectName = ['Actions', 'ListBuilderAdapters', 'Logic', 'Middleware', 'Models', 'Presenters', 'Repositories', 'Tables', 'Views']

Methods

run()

Method runs folder structure creation

public static run() : void
Return values
void

Search results