PHP 클래스 Kraken\Util\Factory\FactoryPlugin

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

보호된 프로퍼티들

프로퍼티 타입 설명
$registered boolean

공개 메소드들

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

보호된 메소드들

메소드 설명
register ( Kraken\Util\Factory\FactoryInterface $factory ) Define how plugin should be registered.
unregister ( Kraken\Util\Factory\FactoryInterface $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\FactoryInterface $factory )
$factory Kraken\Util\Factory\FactoryInterface

registerPlugin() 공개 메소드

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

unregister() 보호된 메소드

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

unregisterPlugin() 공개 메소드

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

프로퍼티 상세

$registered 보호되어 있는 프로퍼티

protected bool $registered
리턴 boolean