static function TrSingle(&$data) { if (is_array($data)) { FST_Helper::TrA($data); } if (is_object($data)) { FST_Helper::TrO($data); } return; }