PHP Class Sulu\Component\Rest\ListBuilder\Event\ListBuilderCreateEvent

Inheritance: extends Symfony\Component\EventDispatcher\Event
Show file Open project: sulu/sulu Class Usage Examples

Protected Properties

Property Type Description
$listBuilder ListbuilderInterface

Public Methods

Method Description
__construct ( ListbuilderInterface $listBuilder )
getListBuilder ( ) : Sulu\Component\Rest\ListBuilder\ListBuilderInterface

Method Details

__construct() public method

public __construct ( ListbuilderInterface $listBuilder )
$listBuilder ListbuilderInterface

getListBuilder() public method

public getListBuilder ( ) : Sulu\Component\Rest\ListBuilder\ListBuilderInterface
return Sulu\Component\Rest\ListBuilder\ListBuilderInterface

Property Details

$listBuilder protected property

protected ListbuilderInterface $listBuilder
return ListbuilderInterface