PHP 클래스 Kraken\Util\Factory\SimpleFactoryPlugin

상속: implements Kraken\Util\Factory\SimpleFactoryPluginInterface
파일 보기 프로젝트 열기: kraken-php/framework

공개 메소드들

메소드 설명
registerPlugin ( Kraken\Util\Factory\SimpleFactoryInterface $factory )
unregisterPlugin ( Kraken\Util\Factory\SimpleFactoryInterface $factory )

보호된 메소드들

메소드 설명
register ( Kraken\Util\Factory\SimpleFactoryInterface $factory ) Define how plugin should be registered.
unregister ( Kraken\Util\Factory\SimpleFactoryInterface $factory ) Define how plugin should be unregistered.

비공개 메소드들

메소드 설명
throwException ( Erro\Error | Exceptio\Exception $ex )

메소드 상세

register() 보호된 메소드

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

registerPlugin() 공개 메소드

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

unregister() 보호된 메소드

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

unregisterPlugin() 공개 메소드

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