Content.php 184 B

12345678910111213141516171819202122232425
  1. <?php
  2. /**
  3. * 1
  4. * @author auto create
  5. */
  6. class Content
  7. {
  8. /**
  9. * 1
  10. **/
  11. public $content_type;
  12. /**
  13. * 1
  14. **/
  15. public $geo_content;
  16. /**
  17. * 1
  18. **/
  19. public $text;
  20. }
  21. ?>