pickles2/px2-px2dthelper v2.2.1 API Document

contentsTemplate
in package

Contents Templates

Tags
author

Tomoya Koyanagi tomk79@gmail.com

Table of Contents

$path_contents_templates_dir  : mixed
コンテンツテンプレートの格納ディレクトリ
$px  : mixed
$px
$px2dthelper  : mixed
$px2dthelper
__construct()  : mixed
Constructor
get_list()  : object
コンテンツテンプレートのリストを取得する
init_content()  : mixed
コンテンツを初期化する
is_available()  : bool
コンテンツテンプレートが利用可能か判定する
default_list()  : mixed
デフォルトのリストを取得する
get_template_info()  : mixed
コンテンツテンプレートの情報を取得する

Properties

$path_contents_templates_dir

コンテンツテンプレートの格納ディレクトリ

private mixed $path_contents_templates_dir

Methods

__construct()

Constructor

public __construct(mixed $px2dthelper, mixed $px) : mixed
Parameters
$px2dthelper : mixed
$px : mixed
Return values
mixed

get_list()

コンテンツテンプレートのリストを取得する

public get_list() : object
Return values
object

コンテンツテンプレートのリストを含むオブジェクト

init_content()

コンテンツを初期化する

public init_content(mixed $page_path, mixed $editor_mode) : mixed
Parameters
$page_path : mixed
$editor_mode : mixed
Return values
mixed

is_available()

コンテンツテンプレートが利用可能か判定する

public is_available() : bool
Return values
bool

コンテンツテンプレートが利用できる場合に true, それ以外の場合に false を返します。

default_list()

デフォルトのリストを取得する

private default_list() : mixed
Return values
mixed

get_template_info()

コンテンツテンプレートの情報を取得する

private get_template_info(mixed $template_id) : mixed
Parameters
$template_id : mixed
Return values
mixed

Search results