Sanpi\Behatch\Json\JsonSchema::__construct PHP Method

__construct() public method

public __construct ( $content, $uri = null )
    public function __construct($content, $uri = null)
    {
        $this->uri = $uri;
        parent::__construct($content);
    }