Files
luos/workflow/engine/lib/Service/Rest/templates/class.tpl

7 lines
68 B
Smarty
Raw Normal View History

<?php
class Services_Rest_{{ classname }}
{
{{ methods | safe }}
}