Pickles Framework v2.1.19 API Document

ssi
in package

PX Commands "ssi"

Table of Contents

$px  : mixed
Picklesオブジェクト
__construct()  : mixed
constructor
apply()  : string
apply output filter
exec()  : mixed
Starting function

Properties

$px

Picklesオブジェクト

private mixed $px

Methods

__construct()

constructor

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

Picklesオブジェクト

Return values
mixed

apply()

apply output filter

public apply(string $src[, string $current_path = null ]) : string
Parameters
$src : string

HTML, CSS, JavaScriptなどの出力コード

$current_path : string = null

コンテンツのカレントディレクトリパス

Return values
string

加工後の出力コード

exec()

Starting function

public static exec([object $px = null ][, object $options = null ]) : mixed
Parameters
$px : object = null

Picklesオブジェクト

$options : object = null

オプション

Return values
mixed

Search results