Setting
class Setting (View source)
Traits
Methods
Throw fails command
Command constructor.
Set the bootstrap files
Set the server file
Set the public directory
Set the config directory
Set the package configuration directory
Set the component directory
Set the migration directory
Set the seeder directory
Set the controller directory
Set the validation directory
Set the middleware directory
Set the application directory
Set the model directory
Set the var directory
Set the exception directory
Set the service directory
Set the producer directory
Set the command directory
Set the event directory
Set the event listener directory
Set the namespaces
Get the namespaces
Get the var directory
Get the component directory
Get the config directory
Get the package configuration directory
Get the migration directory
Get the seeder directory
Get the validation directory
Get the service directory
Get the producer directory
Get the command directory
Get the event directory
Get the event listener directory
Get the service directory
Get the model directory
Get the controller directory
Get the app directory
Get base directory name
Get the bootstrap files
Get the local server file
Get the public base directory
Get the exception directory
Details
protected 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