AppserverIo\Appserver\Core\Api\Node\MetadataConfigurationNode::getType PHP Method

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
    public function getType()
    {
        return $this->type;
    }
MetadataConfigurationNode