PHP Class Kraken\Util\Factory\SimpleFactoryPlugin

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

Méthodes publiques

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

Méthodes protégées

Méthode Description
register ( Kraken\Util\Factory\SimpleFactoryInterface $factory ) Define how plugin should be registered.
unregister ( Kraken\Util\Factory\SimpleFactoryInterface $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\SimpleFactoryInterface $factory )
$factory Kraken\Util\Factory\SimpleFactoryInterface

registerPlugin() public méthode

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

unregister() protected méthode

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

unregisterPlugin() public méthode

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