class Setting (View source)

Traits

Methods

void
throwFailsCommand(string $message, string|null $command = null)

Throw fails command

void
__construct(string $dirname)

Command constructor.

void
setBootstrap(array $bootstrap)

Set the bootstrap files

void
setServerFilename(string $serve_filename)

Set the server file

void
setPublicDirectory(string $public_directory)

Set the public directory

void
setConfigDirectory(string $config_directory)

Set the config directory

void
setPackageDirectory(string $configuration_directory)

Set the package configuration directory

void
setComponentDirectory(string $component_directory)

Set the component directory

void
setMigrationDirectory(string $migration_directory)

Set the migration directory

void
setSeederDirectory(string $seeder_directory)

Set the seeder directory

void
setControllerDirectory(string $controller_directory)

Set the controller directory

void
setValidationDirectory(string $validation_directory)

Set the validation directory

void
setMiddlewareDirectory(string $middleware_directory)

Set the middleware directory

void
setApplicationDirectory(string $app_directory)

Set the application directory

void
setModelDirectory(string $model_directory)

Set the model directory

void
setVarDirectory(string $var_directory)

Set the var directory

void
setExceptionDirectory(string $exception_directory)

Set the exception directory

void
setServiceDirectory(string $service_directory)

Set the service directory

void
setProducerDirectory(string $producer_directory)

Set the producer directory

void
setCommandDirectory(string $command_directory)

Set the command directory

void
setEventDirectory(string $event_directory)

Set the event directory

void
setEventListenerDirectory(string $event_listener_directory)

Set the event listener directory

void
setNamespaces(array $namespaces)

Set the namespaces

array
getNamespaces()

Get the namespaces

string
getVarDirectory()

Get the var directory

string
getComponentDirectory()

Get the component directory

string
getConfigDirectory()

Get the config directory

string
getPackageDirectory()

Get the package configuration directory

string
getMigrationDirectory()

Get the migration directory

string
getSeederDirectory()

Get the seeder directory

string
getValidationDirectory()

Get the validation directory

string
getServiceDirectory()

Get the service directory

string
getProducerDirectory()

Get the producer directory

string
getCommandDirectory()

Get the command directory

string
getEventDirectory()

Get the event directory

string
getEventListenerDirectory()

Get the event listener directory

string
getMiddlewareDirectory()

Get the service directory

string
getModelDirectory()

Get the model directory

string
getControllerDirectory()

Get the controller directory

string
getApplicationDirectory()

Get the app directory

string
getBaseDirectory()

Get base directory name

array
getBootstrap()

Get the bootstrap files

string
getServerFilename()

Get the local server file

string
getPublicDirectory()

Get the public base directory

string
getExceptionDirectory()

Get the exception directory

Details

protected void throwFailsCommand(string $message, string|null $command = null)

Throw fails command

Parameters

string $message
string|null $command

Return Value

void

Exceptions

ErrorException

void __construct(string $dirname)

Command constructor.

Parameters

string $dirname

Return Value

void

void setBootstrap(array $bootstrap)

Set the bootstrap files

Parameters

array $bootstrap

Return Value

void

void setServerFilename(string $serve_filename)

Set the server file

Parameters

string $serve_filename

Return Value

void

void setPublicDirectory(string $public_directory)

Set the public directory

Parameters

string $public_directory

Return Value

void

void setConfigDirectory(string $config_directory)

Set the config directory

Parameters

string $config_directory

Return Value

void

void setPackageDirectory(string $configuration_directory)

Set the package configuration directory

Parameters

string $configuration_directory

Return Value

void

void setComponentDirectory(string $component_directory)

Set the component directory

Parameters

string $component_directory

Return Value

void

void setMigrationDirectory(string $migration_directory)

Set the migration directory

Parameters

string $migration_directory

Return Value

void

void setSeederDirectory(string $seeder_directory)

Set the seeder directory

Parameters

string $seeder_directory

Return Value

void

void setControllerDirectory(string $controller_directory)

Set the controller directory

Parameters

string $controller_directory

Return Value

void

void setValidationDirectory(string $validation_directory)

Set the validation directory

Parameters

string $validation_directory

Return Value

void

void setMiddlewareDirectory(string $middleware_directory)

Set the middleware directory

Parameters

string $middleware_directory

Return Value

void

void setApplicationDirectory(string $app_directory)

Set the application directory

Parameters

string $app_directory

Return Value

void

void setModelDirectory(string $model_directory)

Set the model directory

Parameters

string $model_directory

Return Value

void

void setVarDirectory(string $var_directory)

Set the var directory

Parameters

string $var_directory

Return Value

void

void setExceptionDirectory(string $exception_directory)

Set the exception directory

Parameters

string $exception_directory

Return Value

void

void setServiceDirectory(string $service_directory)

Set the service directory

Parameters

string $service_directory

Return Value

void

void setProducerDirectory(string $producer_directory)

Set the producer directory

Parameters

string $producer_directory

Return Value

void

void setCommandDirectory(string $command_directory)

Set the command directory

Parameters

string $command_directory

Return Value

void

void setEventDirectory(string $event_directory)

Set the event directory

Parameters

string $event_directory

Return Value

void

void setEventListenerDirectory(string $event_listener_directory)

Set the event listener directory

Parameters

string $event_listener_directory

Return Value

void

void setNamespaces(array $namespaces)

Set the namespaces

Parameters

array $namespaces

Return Value

void

array getNamespaces()

Get the namespaces

Return Value

array

string getVarDirectory()

Get the var directory

Return Value

string

string getComponentDirectory()

Get the component directory

Return Value

string

string getConfigDirectory()

Get the config directory

Return Value

string

string getPackageDirectory()

Get the package configuration directory

Return Value

string

string getMigrationDirectory()

Get the migration directory

Return Value

string

string getSeederDirectory()

Get the seeder directory

Return Value

string

string getValidationDirectory()

Get the validation directory

Return Value

string

string getServiceDirectory()

Get the service directory

Return Value

string

string getProducerDirectory()

Get the producer directory

Return Value

string

string getCommandDirectory()

Get the command directory

Return Value

string

string getEventDirectory()

Get the event directory

Return Value

string

string getEventListenerDirectory()

Get the event listener directory

Return Value

string

string getMiddlewareDirectory()

Get the service directory

Return Value

string

string getModelDirectory()

Get the model directory

Return Value

string

string getControllerDirectory()

Get the controller directory

Return Value

string

string getApplicationDirectory()

Get the app directory

Return Value

string

string getBaseDirectory()

Get base directory name

Return Value

string

array getBootstrap()

Get the bootstrap files

Return Value

array

string getServerFilename()

Get the local server file

Return Value

string

string getPublicDirectory()

Get the public base directory

Return Value

string

string getExceptionDirectory()

Get the exception directory

Return Value

string