PHP Class bitExpert\Disco\BeanFactoryRegistry

Afficher le fichier Open project: bitexpert/disco Class Usage Examples

Protected Properties

Свойство Type Description
$beanFactory BeanFactory

Méthodes publiques

Méthode Description
getInstance ( ) : BeanFactory | null Returns the registered {@link \bitExpert\Disco\BeanFactory} instance or null if not defined.
register ( BeanFactory $beanFactory )

Method Details

getInstance() public static méthode

Returns the registered {@link \bitExpert\Disco\BeanFactory} instance or null if not defined.
public static getInstance ( ) : BeanFactory | null
Résultat BeanFactory | null

register() public static méthode

public static register ( BeanFactory $beanFactory )
$beanFactory BeanFactory

Property Details

$beanFactory protected_oe static_oe property

protected static BeanFactory $beanFactory
Résultat BeanFactory