PHP Class 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() abstract public method

Returns a Slot with the given $slotIdentifier.
abstract public getSlot ( string $slotIdentifier ) : Slot
$slotIdentifier string
return Slot