Lithron
[ class tree: Lithron ] [ index: Lithron ] [ all elements ]

Source for file LMetaDataContent.php

Documentation is available at LMetaDataContent.php

  1. <?php
  2. /*
  3. * Created on 07.06.2006
  4. *
  5. * To change the template for this generated file go to
  6. * Window - Preferences - PHPeclipse - PHP - Code Templates
  7. */
  8. class LMetaDataContent extends TTemplateControl
  9. {
  10. public $_data;
  11. protected $_metaId;
  12.  
  13. /**
  14. * @param mixed data for this container
  15. */
  16. function setData($value)
  17. {
  18. $this->_data= $value;
  19. }
  20.  
  21. /**
  22. * @return mixed data for this container
  23. */
  24. function getData()
  25. {
  26. return $this->_data;
  27. }
  28.  
  29. /**
  30. * @param mixed data for this container
  31. */
  32. function setMetaId($value)
  33. {
  34. $this->_metaId= $value;
  35. }
  36.  
  37. /**
  38. * @return mixed data for this container
  39. */
  40. function getMetaId()
  41. {
  42. return $this->_metaId;
  43. }
  44. }
  45. ?>

Documentation generated on Tue, 20 Jun 2006 05:15:17 +0200 by phpDocumentor 1.3.0RC4