Source for file WidgetFormProxy.php

Documentation is available at WidgetFormProxy.php

  1. <?php
  2.  
  3. class WidgetFormProxy extends Controller {
  4.     function getFormOwner({
  5.         $widget DataObject::get_by_id("Widget"$this->urlParams['ID']);
  6.         
  7.         // Put this in once widget->canView is implemented
  8.         //if($widget->canView())
  9.         return $widget;
  10.         
  11.     }
  12. }

Documentation generated on Tue, 18 Mar 2008 06:35:25 +1200 by phpDocumentor 1.3.2