Свойство | Type | Description | |
---|---|---|---|
$filename | |||
$parameters | |||
$steps |
Méthode | Description | |
---|---|---|
__construct ( $kernelDir ) | ||
addStep ( Sensio\Bundle\DistributionBundle\Configurator\Step\StepInterface $step ) | ||
clean ( ) | ||
getParameters ( ) : array | ||
getStep ( integer $index ) : Sensio\Bundle\DistributionBundle\Configurator\Step\StepInterface | ||
getStepCount ( ) : integer | ||
getSteps ( ) : array | ||
isFileWritable ( ) | ||
mergeParameters ( array $parameters ) | ||
render ( ) : string | Renders parameters as a string. | |
write ( ) : boolean | Writes parameters to parameters.ini or temporary in the cache directory. |
Méthode | Description | |
---|---|---|
getCacheFilename ( ) : string | getCacheFilename | |
read ( ) : array | Reads parameters from file. |
public addStep ( Sensio\Bundle\DistributionBundle\Configurator\Step\StepInterface $step ) | ||
$step | Sensio\Bundle\DistributionBundle\Configurator\Step\StepInterface |
protected getCacheFilename ( ) : string | ||
Résultat | string |