Source for file interface.TapeParser.php

Documentation is available at interface.TapeParser.php

  1. <?php
  2. /**
  3. * TapeParser interface file
  4. *
  5. * @author Simon Harris - pointbeing at users.sourceforge.net
  6. * @package PHPTuring
  7. * @version $Id: interface.TapeParser.php,v 1.2 2005/11/15 10:30:40 pointbeing Exp $
  8. */
  9.  
  10. /**
  11. * TapeParser interface
  12. *
  13. * @package PHPTuring
  14. */
  15. interface TapeParser {
  16.  
  17. /**
  18. * Parse a string into a Tape
  19. *
  20. * @access public
  21. * @param string $str
  22. * @return Tape
  23. */
  24. public function parse($str);
  25.  
  26.  
  27.  
  28. ?>

Documentation generated on Tue, 15 Nov 2005 10:37:53 +0000 by phpDocumentor 1.3.0RC3