PHP Класс Webiny\Component\Annotations\Bridge\Loader

Наследование: use trait Webiny\Component\StdLib\FactoryLoaderTrait, use trait Webiny\Component\StdLib\StdLibTrait
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
getInstance ( ) : Webiny\Component\Annotations\Bridge\AnnotationsInterface Create an instance of a annotations driver.
getLibrary ( ) : string Get the name of bridge library which will be used as the driver.
setLibrary ( string $pathToClass ) Change the default library used for the driver.

Описание методов

getInstance() публичный статический Метод

Create an instance of a annotations driver.
public static getInstance ( ) : Webiny\Component\Annotations\Bridge\AnnotationsInterface
Результат Webiny\Component\Annotations\Bridge\AnnotationsInterface

getLibrary() публичный статический Метод

Get the name of bridge library which will be used as the driver.
public static getLibrary ( ) : string
Результат string

setLibrary() публичный статический Метод

Change the default library used for the driver.
public static setLibrary ( string $pathToClass )
$pathToClass string Path to the new bridge class. The class must implement \Webiny\Component\Annotations\Bridge\AnnotationsInterface.