Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
eZ
Publish
Core
SignalSlot
SlotFactory
NullSlotFactory
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