AppserverIo\Appserver\Core\Api\Node\MetadataConfigurationNode::getType PHP Метод

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

Returns the class name for the metadata configuration driver.
public getType ( ) : string
Результат string The class name for the metadata configuration driver
    public function getType()
    {
        return $this->type;
    }
MetadataConfigurationNode