for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace AlgoWeb\ODataMetadata\MetadataV3\edm;
/**
* Class representing Schema
*/
class Schema extends TSchemaType
{
public function __construct($namespace = "Data")
$this->setNamespace($namespace);
}