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

Source for file MasterLayout.php

Documentation is available at MasterLayout.php

  1. <?php
  2.  
  3. /**
  4. * Class file.
  5. *
  6. * @license http://opensource.org/licenses/mozilla1.1.php Mozilla Public License
  7. * @copyright 2005, diemeisterei GmbH. All rights reserved.
  8. * @author $Author: schmunk $
  9. * @version $Revision: 246 $ $Date: 2006-06-01 17:11:24 +0200 (Do, 01 Jun 2006) $
  10. * @package Lithron
  11. * @subpackage Layout
  12. */
  13.  
  14. /**
  15. * Master layout class
  16. *
  17. * @package Lithron
  18. * @subpackage Layout
  19. */
  20. class MasterLayout extends TTemplateControl
  21. {
  22. public function onUnLoad($param)
  23. {
  24. parent :: onUnLoad($param);
  25. Prado :: log("MasterLayout onUnLoad called", 2, "Main");
  26.  
  27. }
  28.  
  29. /**
  30. * Hides right sidebar
  31. */
  32. function enlargeContent()
  33. {
  34. $this->CellMain->getStyle()->setCssClass("WidthLarge LayoutMainContainer");
  35. $this->CellRight->setVisible(false);
  36. #$this->CellRight->setVisible(false);
  37. }
  38.  
  39. }
  40. ?>

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