Source for file DocumentController.class.php

Documentation is available at DocumentController.class.php

  1. <?php
  2. lmb_require('limb/web_app/src/controller/lmbController.class.php');
  3.  
  4. {
  5.   function doDisplay()
  6.   {
  7.     if(!$this->node lmbCmsNode :: findRequested())
  8.       return $this->forwardTo404();
  9.  
  10.     $this->title $this->node->getTitle();
  11.   }
  12. }

Documentation generated on Tue, 06 Jan 2009 03:47:13 +0300 by phpDocumentor 1.3.2