get_full_path() public static method

public static get_full_path ( string $src ) : string
$src string
return string
Ejemplo n.º 1
0
 /**
  * @internal
  * @param string $relative_path
  */
 protected function init_with_relative_path($relative_path)
 {
     $this->abs_url = home_url($relative_path);
     $file_path = URLHelper::get_full_path($relative_path);
     $this->file_loc = $file_path;
     $this->file = $file_path;
 }