예제 #1
0
 public function __construct()
 {
     parent::__construct(get_class());
 }
예제 #2
0
 public function __construct($list_id)
 {
     // we need the list_id for each call
     $this->list_id = $list_id;
     parent::__construct(get_class());
 }