pickles2/px2-px2dthelper v2.2.1 API Document

pathDetector
in package

px2-px2dthelper pathDetector

Table of Contents

$px  : mixed
Picklesオブジェクト
$px2dthelper  : mixed
px2dthelperオブジェクト
__construct()  : mixed
constructor
path_detect_in_html()  : mixed
HTMLファイル中のパスを解決
path_detect_in_md()  : mixed
Markdownファイル中のパスを解決
path_detect_in_css()  : mixed
CSSファイル中のパスを解決

Properties

$px2dthelper

px2dthelperオブジェクト

private mixed $px2dthelper

Methods

__construct()

constructor

public __construct(object $px2dthelper, object $px) : mixed
Parameters
$px2dthelper : object

$px2dthelperオブジェクト

$px : object

$pxオブジェクト

Return values
mixed

path_detect_in_html()

HTMLファイル中のパスを解決

public path_detect_in_html(mixed $src, mixed $get_new_path) : mixed
Parameters
$src : mixed
$get_new_path : mixed
Return values
mixed

path_detect_in_md()

Markdownファイル中のパスを解決

public path_detect_in_md(mixed $src, mixed $get_new_path) : mixed
Parameters
$src : mixed
$get_new_path : mixed
Return values
mixed

path_detect_in_css()

CSSファイル中のパスを解決

private path_detect_in_css(mixed $bin, mixed $get_new_path) : mixed
Parameters
$bin : mixed
$get_new_path : mixed
Return values
mixed

Search results