PHP Class AppserverIo\Appserver\Core\Api\Node\MetadataConfigurationNode

Inheritance: extends AppserverIo\Description\Api\Node\AbstractNode, use trait AppserverIo\Appserver\Core\Api\Node\DirectoriesNodeTrait, use trait ParamsNodeTrait
Afficher le fichier Open project: appserver-io/appserver

Protected Properties

Свойство Type Description
$factory string The factory class name for the metadata configuration driver.
$type string The class name for the metadata configuration driver.

Méthodes publiques

Méthode Description
getFactory ( ) : string Returns the factory class name for the metadata configuration driver.
getType ( ) : string Returns the class name for the metadata configuration driver.

Method Details

getFactory() public méthode

Returns the factory class name for the metadata configuration driver.
public getFactory ( ) : string
Résultat string The factory class name for the metadata configuration driver

getType() public méthode

Returns the class name for the metadata configuration driver.
public getType ( ) : string
Résultat string The class name for the metadata configuration driver

Property Details

$factory protected_oe property

The factory class name for the metadata configuration driver.
protected string $factory
Résultat string

$type protected_oe property

The class name for the metadata configuration driver.
protected string $type
Résultat string