Setting
class Setting (View source)
Traits
Methods
Throw fails command
Command constructor.
Set the server file
Set the package configuration directory
Set the application directory
Get the namespaces
Set the namespaces
Get the var directory
Set the var directory
Get the component directory
Set the component directory
Get the config directory
Set the config directory
Get the package configuration directory
Get the migration directory
Set the migration directory
Get the seeder directory
Set the seeder directory
Get the validation directory
Set the validation directory
Get the service directory
Set the service directory
Get the job directory
Set the job directory
Get the command directory
Set the command directory
Get the event directory
Set the event directory
Get the event listener directory
Set the event listener directory
Get the middleware directory
Set the middleware directory
Get the messaging directory
Set the messaging directory
Get the model directory
Set the model directory
Get the controller directory
Set the controller directory
Get the app directory
Get base directory name
Get the bootstrap files
Set the bootstrap files
Get the local server file
Get the public base directory
Set the public directory
Get the exception directory
Set the exception directory
Details
protected void
throwFailsCommand(string $message, string|null $command = null)
Throw fails command
void
__construct(string $dirname)
Command constructor.
void
setServerFilename(string $serve_filename)
Set the server file
void
setPackageDirectory(string $configuration_directory)
Set the package configuration directory
void
setApplicationDirectory(string $app_directory)
Set the application directory
array
getNamespaces()
Get the namespaces
void
setNamespaces(array $namespaces)
Set the namespaces
string
getVarDirectory()
Get the var directory
void
setVarDirectory(string $var_directory)
Set the var directory
string
getComponentDirectory()
Get the component directory
void
setComponentDirectory(string $component_directory)
Set the component directory
string
getConfigDirectory()
Get the config directory
void
setConfigDirectory(string $config_directory)
Set the config directory
string
getPackageDirectory()
Get the package configuration directory
string
getMigrationDirectory()
Get the migration directory
void
setMigrationDirectory(string $migration_directory)
Set the migration directory
string
getSeederDirectory()
Get the seeder directory
void
setSeederDirectory(string $seeder_directory)
Set the seeder directory
string
getValidationDirectory()
Get the validation directory
void
setValidationDirectory(string $validation_directory)
Set the validation directory
string
getServiceDirectory()
Get the service directory
void
setServiceDirectory(string $service_directory)
Set the service directory
string
getJobDirectory()
Get the job directory
void
setJobDirectory(string $job_directory)
Set the job directory
string
getCommandDirectory()
Get the command directory
void
setCommandDirectory(string $command_directory)
Set the command directory
string
getEventDirectory()
Get the event directory
void
setEventDirectory(string $event_directory)
Set the event directory
string
getEventListenerDirectory()
Get the event listener directory
void
setEventListenerDirectory(string $event_listener_directory)
Set the event listener directory
string
getMiddlewareDirectory()
Get the middleware directory
void
setMiddlewareDirectory(string $middleware_directory)
Set the middleware directory
string
getMessagingDirectory()
Get the messaging directory
void
setMessagingDirectory(string $messaging_directory)
Set the messaging directory
string
getModelDirectory()
Get the model directory
void
setModelDirectory(string $model_directory)
Set the model directory
string
getControllerDirectory()
Get the controller directory
void
setControllerDirectory(string $controller_directory)
Set the controller directory
string
getApplicationDirectory()
Get the app directory
string
getBaseDirectory()
Get base directory name
array
getBootstrap()
Get the bootstrap files
void
setBootstrap(array $bootstrap)
Set the bootstrap files
string
getServerFilename()
Get the local server file
string
getPublicDirectory()
Get the public base directory
void
setPublicDirectory(string $public_directory)
Set the public directory
string
getExceptionDirectory()
Get the exception directory
void
setExceptionDirectory(string $exception_directory)
Set the exception directory