Example #1
0
 public static function findValueByType($app_id, $type)
 {
     $tc = new self();
     $tc->findByType($app_id, $type);
     return $tc->getText();
 }