コード例 #1
0
ファイル: timber-image.php プロジェクト: pensesmart/timber
 private function init_with_file_path($file_path)
 {
     $url = TimberURLHelper::file_system_to_url($file_path);
     $this->abs_url = $url;
     $this->file_loc = $file_path;
     $this->file = $file_path;
 }