Exemplo n.º 1
0
 public function __construct()
 {
     parent::__construct(get_class());
 }
Exemplo n.º 2
0
 public function __construct($list_id)
 {
     // we need the list_id for each call
     $this->list_id = $list_id;
     parent::__construct(get_class());
 }