cassell/Parm

View on GitHub
src/Generator/templates/table_interface.mustache

Summary

Maintainability
Test Coverage
<?php

/* This file is generated by the open source Parm Generator. https://github.com/cassell/Parm */
{{#namespaceClassSyntax}}

{{namespaceClassSyntax}}
{{/namespaceClassSyntax}}

interface {{className}}Table
{
    {{#columns}}
    const {{AllCaps}}_COLUMN = '{{Field}}';
    {{/columns}}

}