PHP Класс AppserverIo\Appserver\Core\Api\Node\MetadataConfigurationNode

Автор: Tim Wagner ([email protected])
Наследование: extends AppserverIo\Description\Api\Node\AbstractNode, use trait AppserverIo\Appserver\Core\Api\Node\DirectoriesNodeTrait, use trait ParamsNodeTrait
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$factory string The factory class name for the metadata configuration driver.
$type string The class name for the metadata configuration driver.

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

Метод Описание
getFactory ( ) : string Returns the factory class name for the metadata configuration driver.
getType ( ) : string Returns the class name for the metadata configuration driver.

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

getFactory() публичный метод

Returns the factory class name for the metadata configuration driver.
public getFactory ( ) : string
Результат string The factory class name for the metadata configuration driver

getType() публичный метод

Returns the class name for the metadata configuration driver.
public getType ( ) : string
Результат string The class name for the metadata configuration driver

Описание свойств

$factory защищенное свойство

The factory class name for the metadata configuration driver.
protected string $factory
Результат string

$type защищенное свойство

The class name for the metadata configuration driver.
protected string $type
Результат string