PHP Class StackFormation\BlueprintFactory

Show file Open project: aoepeople/stackformation Class Usage Examples

Protected Properties

Property Type Description
$config
$valueResolver

Public Methods

Method Description
__construct ( Config $config = null, ValueResolver $valueResolver = null )
blueprintExists ( $blueprint )
findByStackname ( $stackname )
getAllBlueprints ( ) : Blueprint[]
getBlueprint ( $blueprintName )
getBlueprintByStack ( Stack $stack )
getBlueprintLabels ( $filter = null )

Method Details

__construct() public method

public __construct ( Config $config = null, ValueResolver $valueResolver = null )
$config Config
$valueResolver StackFormation\ValueResolver\ValueResolver

blueprintExists() public method

public blueprintExists ( $blueprint )

findByStackname() public method

public findByStackname ( $stackname )

getAllBlueprints() public method

public getAllBlueprints ( ) : Blueprint[]
return Blueprint[]

getBlueprint() public method

public getBlueprint ( $blueprintName )

getBlueprintByStack() public method

public getBlueprintByStack ( Stack $stack )
$stack Stack

getBlueprintLabels() public method

public getBlueprintLabels ( $filter = null )

Property Details

$config protected property

protected $config

$valueResolver protected property

protected $valueResolver