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

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

/**
 * [[ǽ]]
 *
 * @package     Maple.converter
<?php include($this->getTemplate('maple/generate/skeleton/_doc-comment.txt')); ?>
 * @access      public
 */
class <?php print $skeleton->classname; ?> extends Converter
{
    /**
     * [[ǽ]]
     *
     * @param   string  $attributes Ѵʸ
     * @return  string  Ѵʸ
     * @access  public
     */
    function convert($attributes)
    {
        return $attributes;
    }
}
<?php print "?>\n"; ?>
