Exemple #1
0
 public function __construct($postsPerPage = 25)
 {
     parent::__construct($postsPerPage);
     $this->userId = $this->getUserId();
 }