コード例 #1
0
 function __construct($profile, $group, $action)
 {
     parent::__construct($profile, $action);
     $this->group = $group;
 }
コード例 #2
0
 function __construct($profile, $peopletag, $action)
 {
     parent::__construct($profile, $action);
     $this->peopletag = $peopletag;
 }
コード例 #3
0
ファイル: subscriptionlist.php プロジェクト: himmelex/NTW
 function __construct($profile, $owner, $action)
 {
     parent::__construct($profile, $action);
     $this->owner = $owner;
 }