classe Setting (Voir la source)

Traits

Méthodes

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

Throw fails command

void
__construct(string $dirname)

Command constructor.

getArgOption()

The arg option

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
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
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

void
getServerFilename()

Get the local server file

void
getPublicDirectory()

Get the public base directory

string
getExceptionDirectory()

Get the exception directory

Détails

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

Throw fails command

Paramètres

string $message
string $command

Exceptions

ErrorException

void __construct(string $dirname)

Command constructor.

Paramètres

string $dirname

Valeur de retour

void

ArgOption getArgOption()

The arg option

Valeur de retour

ArgOption

void setBootstrap(array $bootstrap)

Set the bootstrap files

Paramètres

array $bootstrap

Valeur de retour

void

void setServerFilename(string $serve_filename)

Set the server file

Paramètres

string $serve_filename

Valeur de retour

void

void setPublicDirectory(string $public_directory)

Set the public directory

Paramètres

string $public_directory

Valeur de retour

void

void setConfigDirectory(string $config_directory)

Set the config directory

Paramètres

string $config_directory

Valeur de retour

void

void setPackageDirectory(string $configuration_directory)

Set the package configuration directory

Paramètres

string $configuration_directory

Valeur de retour

void

void setComponentDirectory(string $component_directory)

Set the component directory

Paramètres

string $component_directory

Valeur de retour

void

void setMigrationDirectory(string $migration_directory)

Set the migration directory

Paramètres

string $migration_directory

Valeur de retour

void

void setSeederDirectory(string $seeder_directory)

Set the seeder directory

Paramètres

string $seeder_directory

Valeur de retour

void

void setControllerDirectory(string $controller_directory)

Set the controller directory

Paramètres

string $controller_directory

Valeur de retour

void

void setValidationDirectory(string $validation_directory)

Set the validation directory

Paramètres

string $validation_directory

Valeur de retour

void

void setMiddlewareDirectory(string $middleware_directory)

Set the middleware directory

Paramètres

string $middleware_directory

Valeur de retour

void

void setApplicationDirectory(string $app_directory)

Set the application directory

Paramètres

string $app_directory

Valeur de retour

void

void setModelDirectory(string $model_directory)

Set the model directory

Paramètres

string $model_directory

Valeur de retour

void

void setVarDirectory(string $var_directory)

Set the var directory

Paramètres

string $var_directory

Valeur de retour

void

void setExceptionDirectory(string $exception_directory)

Set the exception directory

Paramètres

string $exception_directory

Valeur de retour

void

void setServiceDirectory(string $service_directory)

Set the service directory

Paramètres

string $service_directory

Valeur de retour

void

void setProducerDirectory(string $producer_directory)

Set the producer directory

Paramètres

string $producer_directory

Valeur de retour

void

void setCommandDirectory(string $command_directory)

Set the command directory

Paramètres

string $command_directory

Valeur de retour

void

void setEventDirectory(string $event_directory)

Set the event directory

Paramètres

string $event_directory

Valeur de retour

void

void setNamespaces(array $namespaces)

Set the namespaces

Paramètres

array $namespaces

Valeur de retour

void

array getNamespaces()

Get the namespaces

Valeur de retour

array

string getVarDirectory()

Get the var directory

Valeur de retour

string

string getComponentDirectory()

Get the component directory

Valeur de retour

string

string getConfigDirectory()

Get the config directory

Valeur de retour

string

string getPackageDirectory()

Get the package configuration directory

Valeur de retour

string

string getMigrationDirectory()

Get the migration directory

Valeur de retour

string

string getSeederDirectory()

Get the seeder directory

Valeur de retour

string

string getValidationDirectory()

Get the validation directory

Valeur de retour

string

string getServiceDirectory()

Get the service directory

Valeur de retour

string

string getProducerDirectory()

Get the producer directory

Valeur de retour

string

string getCommandDirectory()

Get the command directory

Valeur de retour

string

string getEventDirectory()

Get the event directory

Valeur de retour

string

string getMiddlewareDirectory()

Get the service directory

Valeur de retour

string

string getModelDirectory()

Get the model directory

Valeur de retour

string

string getControllerDirectory()

Get the controller directory

Valeur de retour

string

string getApplicationDirectory()

Get the app directory

Valeur de retour

string

string getBaseDirectory()

Get base directory name

Valeur de retour

string

array getBootstrap()

Get the bootstrap files

Valeur de retour

array

void getServerFilename()

Get the local server file

Valeur de retour

void

void getPublicDirectory()

Get the public base directory

Valeur de retour

void

string getExceptionDirectory()

Get the exception directory

Valeur de retour

string