function __construct($out, Profile $profile)
 {
     parent::__construct($out);
     $this->profile = $profile;
     $limit = PEOPLETAGS_PER_SECTION + 1;
     $offset = 0;
     $this->ptags = $this->profile->getTagSubscriptions($offset, $limit);
 }
Ejemplo n.º 2
0
 function __construct($out, Profile $profile)
 {
     parent::__construct($out);
     $this->profile = $profile;
 }