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
Show file Open project: appserver-io/appserver

Protected Properties

Property Type Description
$factory string The factory class name for the metadata configuration driver.
$type string The class name for the metadata configuration driver.

Public Methods

Method 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 method

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

getType() public method

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

Property Details

$factory protected property

The factory class name for the metadata configuration driver.
protected string $factory
return string

$type protected property

The class name for the metadata configuration driver.
protected string $type
return string