PHP Class Kraken\Util\Factory\FactoryPlugin

Inheritance: implements Kraken\Util\Factory\FactoryPluginInterface
Afficher le fichier Open project: kraken-php/framework

Protected Properties

Свойство Type Description
$registered boolean

Méthodes publiques

Méthode Description
registerPlugin ( Kraken\Util\Factory\FactoryInterface $factory )
unregisterPlugin ( Kraken\Util\Factory\FactoryInterface $factory )

Méthodes protégées

Méthode Description
register ( Kraken\Util\Factory\FactoryInterface $factory ) Define how plugin should be registered.
unregister ( Kraken\Util\Factory\FactoryInterface $factory ) Define how plugin should be unregistered.

Private Methods

Méthode Description
throwException ( Erro\Error | Exceptio\Exception $ex )

Method Details

register() protected méthode

Define how plugin should be registered.
protected register ( Kraken\Util\Factory\FactoryInterface $factory )
$factory Kraken\Util\Factory\FactoryInterface

registerPlugin() public méthode

public registerPlugin ( Kraken\Util\Factory\FactoryInterface $factory )
$factory Kraken\Util\Factory\FactoryInterface

unregister() protected méthode

Define how plugin should be unregistered.
protected unregister ( Kraken\Util\Factory\FactoryInterface $factory )
$factory Kraken\Util\Factory\FactoryInterface

unregisterPlugin() public méthode

public unregisterPlugin ( Kraken\Util\Factory\FactoryInterface $factory )
$factory Kraken\Util\Factory\FactoryInterface

Property Details

$registered protected_oe property

protected bool $registered
Résultat boolean