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

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

/**
 * [[ǽ]]
 *
 * @package     [[package̾]]
 * @author      [[ʤ̾]]
 * @copyright   [[copyright]]
 * @license     [[license]]
 * @access      public
 */
class <?php print $skeleton->classname . "\n"; ?>
{
    /**
     * [[ǽ]]
     *
     * @access  public
     */
    function execute()
    {
        return 'success';
    }
}
<?php print "?>\n"; ?>
