Deployer\Initializer\Template\TemplateInterface::initialize PHP Method

initialize() public method

Initialize deployer
public initialize ( string $filePath )
$filePath string The file path for "deploy.php"
    public function initialize($filePath);
TemplateInterface