<?php print "<?php\n"; ?>

/* vim: set expandtab tabstop=4 shiftwidth=4 softtabstop=4: */

/**
 * [[ǽ]]
 *
 * @package     [[package̾]]
<?php include($this->getTemplate('maple/generate/skeleton/_doc-comment.txt')); ?>
 * @access      public
 */
class <?php print $skeleton->classname . "\n"; ?>
{
    /**
     * [[ǽ]]
     *
     * @access  public
     */
    function execute()
    {
        return 'success';
    }
}
<?php print "?>\n"; ?>
