for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace AlgoWeb\ODataMetadata\MetadataV3\edmx;
/**
* Class representing Edmx
*/
class Edmx extends TEdmxType
{
public function __construct($version = "1.0")
$this->setVersion($version);
$this->addToDataServices(new \AlgoWeb\ODataMetadata\MetadataV3\edm\Schema());
}