Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
eZ
Publish
Core
SignalSlot
SlotFactory
GeneralSlotFactory
PHP Class eZ\Publish\Core\SignalSlot\SlotFactory\GeneralSlotFactory
Deprecation:
Slot factories are not needed any more.
Inheritance:
extends
eZ\Publish\Core\SignalSlot\SlotFactory
Afficher le fichier
Open project: ezsystems/ezpublish-kernel
Protected Properties
Свойство
Type
Description
$slots
eZ\Publish\Core\SignalSlot\Slot[]
Méthodes publiques
Méthode
Description
__construct
(
array
$slots
= [] )
getSlot
(
string
$slotIdentifier
) :
Slot
Returns a Slot with the given $slotIdentifier.
Method Details
__construct()
public
méthode
public
__construct
(
array
$slots
= [] )
$slots
array
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
Property Details
$slots
protected_oe property
protected
Slot[],eZ\Publish\Core\SignalSlot
$slots
Résultat
eZ\Publish\Core\SignalSlot\Slot[]