Exemplo n.º 1
0
 /**
  * get path of current widget feature resource
  * @param $file
  */
 public static function get_path($file)
 {
     $wf_path = HW_HOANGWEB::get_class_path(get_called_class());
     return rtrim($wf_path, '/') . '/' . $file;
 }