All Downloads are FREE. Search and download functionalities are using the official Maven repository.

php-mezzio-ph-modern.model_object.mustache Maven / Gradle / Ivy

There is a newer version: 7.7.0
Show newest version
{{#description
}}/**
 * {{description}}
 */
{{/description
}}class {{classname}}
{
{{#vars
}}{{#description
}}    /**
     * {{description}}
     */
{{/description
}}    #[DTA\Data(field: "{{baseName}}"{{^required}}, nullable: true{{/required}})]
{{#vendorExtensions
}}{{#internal.ze-ph.fromQuery}}{{>model_query_var}}{{/internal.ze-ph.fromQuery
}}{{^internal.ze-ph.fromQuery}}{{>model_normal_var}}{{/internal.ze-ph.fromQuery
}}{{/vendorExtensions
}}{{^vendorExtensions}}{{>model_normal_var}}{{/vendorExtensions
}}    public {{dataType}}|null ${{name}} = null;

{{/vars
}}}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy