PHP Class Neos\Flow\Http\Component\ComponentChainFactory

Show file Open project: neos/flow-development-collection Class Usage Examples

Protected Properties

Property Type Description
$objectManager Neos\Flow\ObjectManagement\ObjectManagerInterface

Public Methods

Method Description
create ( array $chainConfiguration ) : ComponentChain

Method Details

create() public method

public create ( array $chainConfiguration ) : ComponentChain
$chainConfiguration array
return ComponentChain

Property Details

$objectManager protected property

protected ObjectManagerInterface,Neos\Flow\ObjectManagement $objectManager
return Neos\Flow\ObjectManagement\ObjectManagerInterface