Property | Type | Description | |
---|---|---|---|
$buildFolder | string | ||
$collectionCreator | |||
$logger | Psr\Log\LoggerInterface | ||
$resourceFolder | string | ||
$writerCollection |
Method | Description | |
---|---|---|
__construct ( string $resourceFolder, string $buildFolder ) | ||
getCollectionCreator ( ) : |
||
getLogger ( ) : Psr\Log\LoggerInterface | ||
getWriterCollection ( ) : |
||
run ( string $version ) : |
Entry point for generating builds for a specified version | |
setCollectionCreator ( |
||
setLogger ( Psr\Log\LoggerInterface $logger ) : |
||
setWriterCollection ( |
Method | Description | |
---|---|---|
build ( string $version ) : |
runs the build | |
checkDirectoryExists ( string $directory, string $type ) : string | ||
postBuild ( ) : |
runs after the build | |
preBuild ( ) : |
runs before the build |
public __construct ( string $resourceFolder, string $buildFolder ) | ||
$resourceFolder | string | |
$buildFolder | string |
public getCollectionCreator ( ) : |
||
return |
public getLogger ( ) : Psr\Log\LoggerInterface | ||
return | Psr\Log\LoggerInterface |
public getWriterCollection ( ) : |
||
return |
protected postBuild ( ) : |
||
return |
protected preBuild ( ) : |
||
return |
public setCollectionCreator ( |
||
$collectionCreator | ||
return |
public setLogger ( Psr\Log\LoggerInterface $logger ) : |
||
$logger | Psr\Log\LoggerInterface | |
return |
public setWriterCollection ( |
||
$writerCollection | ||
return |
protected CollectionCreator,Browscap\Helper $collectionCreator | ||
return |