예제 #1
0
 /**
  * {@inheritdoc}
  */
 public function parselCheck($im_id)
 {
     $this->validator->validateImId($im_id);
     $result = $this->impl->parselCheck($im_id);
     return $result->label;
 }