Example #1
0
 /**
  * targetId 에 해당하는 모든 리스트 반환
  *
  * @param string $targetId targetId
  * @return array
  * @deprecated
  */
 public function gets($targetId)
 {
     return $this->repo->fetch(['targetId' => $targetId, 'counterName' => $this->name, 'counterOption' => $this->option], []);
 }