Ejemplo n.º 1
0
 function __construct($profile, $group, $action)
 {
     parent::__construct($profile, $action);
     $this->group = $group;
 }
Ejemplo n.º 2
0
 function __construct($profile, $peopletag, $action)
 {
     parent::__construct($profile, $action);
     $this->peopletag = $peopletag;
 }
Ejemplo n.º 3
0
 function __construct($profile, $owner, $action)
 {
     parent::__construct($profile, $action);
     $this->owner = $owner;
 }