pickles2/px2-px2dthelper v2.2.1 API Document

plugins
in package

plugins.php

Table of Contents

$main  : mixed
px2dthelper main
$px  : mixed
Picklesオブジェクト
__construct()  : mixed
constructor
get_plugin_options()  : array<string|int, mixed>
プラグインオプションを得る
get_plugin_list()  : array<string|int, mixed>
プラグインの一覧を取得する

Properties

$main

px2dthelper main

private mixed $main

$px

Picklesオブジェクト

private mixed $px

Methods

__construct()

constructor

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

$pxオブジェクト

$main : object

main.php のインスタンス

Return values
mixed

get_plugin_options()

プラグインオプションを得る

public get_plugin_options(string $plugin_name, string $func) : array<string|int, mixed>
Parameters
$plugin_name : string

Plugins Function Name

$func : string

Function division

Return values
array<string|int, mixed>

Plugin Options

get_plugin_list()

プラグインの一覧を取得する

private get_plugin_list([object|array<string|int, mixed> $target = null ][, string $parent = null ]) : array<string|int, mixed>
Parameters
$target : object|array<string|int, mixed> = null

検索対象 (省略時、 $px->conf()->funcs を対象とする)

$parent : string = null

親階層名

Return values
array<string|int, mixed>

プラグインの一覧

Search results