PHP Class eZ\Publish\Core\SignalSlot\SlotFactory\GeneralSlotFactory

Deprecation: Slot factories are not needed any more.
Inheritance: extends eZ\Publish\Core\SignalSlot\SlotFactory
Show file Open project: ezsystems/ezpublish-kernel

Protected Properties

Property Type Description
$slots eZ\Publish\Core\SignalSlot\Slot[]

Public Methods

Method Description
__construct ( array $slots = [] )
getSlot ( string $slotIdentifier ) : Slot Returns a Slot with the given $slotIdentifier.

Method Details

__construct() public method

public __construct ( array $slots = [] )
$slots array

getSlot() public method

Returns a Slot with the given $slotIdentifier.
public getSlot ( string $slotIdentifier ) : Slot
$slotIdentifier string
return eZ\Publish\Core\SignalSlot\Slot

Property Details

$slots protected property

protected Slot[],eZ\Publish\Core\SignalSlot $slots
return eZ\Publish\Core\SignalSlot\Slot[]