AppserverIo\Appserver\Core\Api\Node\MetadataConfigurationNode::getType PHP Méthode

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