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

getType() public method

Return's the datasource's type.
public getType ( ) : string | null
return string | null The datasource type
    public function getType()
    {
        return $this->type;
    }