PHP Class Sulu\Component\SmartContent\DataProviderPool

Inheritance: implements Sulu\Component\SmartContent\DataProviderPoolInterface
Show file Open project: sulu/sulu Class Usage Examples

Public Methods

Method Description
add ( $alias, Sulu\Component\SmartContent\DataProviderInterface $provider )
exists ( $alias )
get ( $alias )
getAll ( )

Method Details

add() public method

public add ( $alias, Sulu\Component\SmartContent\DataProviderInterface $provider )
$provider Sulu\Component\SmartContent\DataProviderInterface

exists() public method

public exists ( $alias )

get() public method

public get ( $alias )

getAll() public method

public getAll ( )