swaggest/php-json-schema

View on GitHub
src/Meta/MetaHolder.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Swaggest\JsonSchema\Meta;


interface MetaHolder
{
    public function addMeta($meta, $name = null);

    public function getMeta($name);

}