示例#1
0
 /**
  * Constructs a detail view specifying the controller as
  * well as the model that will have its details displayed.
  */
 public function __construct($model, $listModelClassName, $gridIdSuffix = null, $showFilteredListLink = false, $hideAllSearchPanelsToStart = false)
 {
     assert('is_bool($showFilteredListLink)');
     $this->showFilteredListLink = false;
     // Turn back once filteredLists is completed.  $showFilteredListLink;
     parent::__construct($model, $listModelClassName, $gridIdSuffix = null, $hideAllSearchPanelsToStart = false);
 }
 /**
  * Constructs a detail view specifying the controller as
  * well as the model that will have its details displayed.
  */
 public function __construct($model, $listModelClassName, $gridIdSuffix = null, $hideAllSearchPanelsToStart = false)
 {
     assert('$model instanceof DynamicSearchForm');
     parent::__construct($model, $listModelClassName, $gridIdSuffix, $hideAllSearchPanelsToStart);
 }