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

Inheritance: extends eZ\Publish\Core\SignalSlot\SlotFactory
Afficher le fichier Open project: ezsystems/ezpublish-kernel

Méthodes publiques

Méthode Description
getSlot ( string $slotIdentifier ) : Slot Returns a Slot with the given $slotIdentifier.

Method Details

getSlot() public méthode

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