gdbots/pbjc-php

View on GitHub
src/Generator/Twig/php/mixin-major-interface.twig

Summary

Maintainability
Test Coverage
<?php
// @link {{ compile_options.domain }}/json-schema/{{ mixin.id.vendor }}/{{ mixin.id.package }}/{% if mixin.id.category %}{{ mixin.id.category }}/{% endif %}{{ mixin.id.message }}/{{ mixin.id.version }}.json#
namespace {{ schema_to_native_namespace(mixin) }};

interface {{ schema_to_class_name(mixin, true) }} extends {{ schema_to_class_name(mixin) }}
{
}