Example #1
0
 /**
  * @param USER_PANEL_MANAGER $panel_manager
  * @param USER $user
  */
 public function __construct($panel_manager, $user)
 {
     parent::__construct($panel_manager);
     $this->_user = $user;
     $this->id = 'summary';
     $this->title = 'Summary';
 }
 /**
  * @param PANEL_MANAGER $manager Owner of this panel.
  * @param SUBSCRIBER $subscriber Show subscriptions for this user.
  */
 public function __construct($manager, $subscriber)
 {
     parent::__construct($manager);
     $this->_subscriber = $subscriber;
 }