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

Inheritance: extends eZ\Publish\Core\SignalSlot\SlotFactory
Show file Open project: ezsystems/ezpublish-kernel

Public Methods

Method Description
getSlot ( string $slotIdentifier ) : Slot Returns a Slot with the given $slotIdentifier.

Method Details

getSlot() public method

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