ACMS_GET
in package
Table of Contents
Properties
- $_axis : mixed
- 階層の設定
- $_scope : array{uid?: "local"|"global", cid?: "local"|"global", eid?: "local"|"global", keyword?: "local"|"global", tag?: "local"|"global", field?: "local"|"global", date?: "local"|"global", start?: "local"|"global", end?: "local"|"global", page?: "local"|"global", order?: "local"|"global"}
- スコープの設定
- $action : null
- $alt : null
- $bid : int
- $bids : array<string|int, int>
- $cache : int
- $cid : int|null
- $cids : array<string|int, int>
- $eid : int|null
- $eids : array<string|int, int>
- $end : string
- $field : string
- $Field : Field_Search
- $Get : Field
- $identifier : string|null
- $keyword : string
- $mbid : int|null
- $mid : int|null
- $order : string
- $page : int<1, max>
- $Post : Field_Validation
- $Q : Field
- $showField : bool
- $squareSize : null
- $start : string
- $tag : string
- $tags : array<string|int, string>
- $tpl : string
- $uid : int|null
- $uids : array<string|int, int>
Methods
- __construct() : mixed
- blogAxis() : string
- buildDate() : array<string|int, mixed>
- ToDo: deplicated mehod Ver. 2.7.0 互換性のためpublic宣言
- buildField() : array<string|int, mixed>
- ToDo: deplicated mehod Ver. 2.7.0 互換性のためpublic宣言
- buildImage() : array<string|int, mixed>
- ToDo: deplicated mehod Ver. 2.7.0 互換性のためpublic宣言
- buildModuleField() : void
- ToDo: deplicated mehod Ver. 2.7.0 互換性のためpublic宣言
- buildPager() : array<string|int, mixed>
- ToDo: deplicated mehod Ver. 2.7.0 互換性のためpublic宣言
- buildRelatedEntries() : void
- ToDo: deplicated mehod Ver. 2.7.0 互換性のためpublic宣言
- buildSummary() : void
- ToDo: deplicated mehod Ver. 2.7.0 互換性のためpublic宣言
- buildSummaryFulltext() : void
- ToDo: deplicated mehod Ver. 2.7.0 互換性のためpublic宣言
- buildTag() : void
- ToDo: deplicated mehod Ver. 2.7.0 互換性のためpublic宣言
- categoryAxis() : string
- fire() : string
- get() : string|never
- cache() : string
- getBaseParams() : array<string|int, mixed>
- モジュールの基本パラメータを取得
Properties
$_axis
階層の設定
public
mixed
$_axis
= [
// phpcs:ignore
'bid' => 'self',
'cid' => 'self',
]
$_scope
スコープの設定
public
array{uid?: "local"|"global", cid?: "local"|"global", eid?: "local"|"global", keyword?: "local"|"global", tag?: "local"|"global", field?: "local"|"global", date?: "local"|"global", start?: "local"|"global", end?: "local"|"global", page?: "local"|"global", order?: "local"|"global"}
$_scope
= []
$action
未使用のプロパティ
public
null
$action
= \null
$alt
未使用のプロパティ
public
null
$alt
= \null
$bid
public
int
$bid
= \null
$bids
public
array<string|int, int>
$bids
= []
$cache
public
int
$cache
= 0
$cid
public
int|null
$cid
= \null
$cids
public
array<string|int, int>
$cids
= []
$eid
public
int|null
$eid
= \null
$eids
public
array<string|int, int>
$eids
= []
$end
public
string
$end
$field
public
string
$field
$Field
public
Field_Search
$Field
$Get
public
Field
$Get
$identifier
public
string|null
$identifier
= \null
$keyword
public
string
$keyword
$mbid
public
int|null
$mbid
= \null
$mid
public
int|null
$mid
= \null
$order
public
string
$order
$page
public
int<1, max>
$page
= 1
$Post
public
Field_Validation
$Post
$Q
public
Field
$Q
$showField
public
bool
$showField
= \false
$squareSize
未使用のプロパティ
public
null
$squareSize
= \null
$start
public
string
$start
$tag
public
string
$tag
$tags
public
array<string|int, string>
$tags
= []
$tpl
public
string
$tpl
= ''
$uid
public
int|null
$uid
= \null
$uids
public
array<string|int, int>
$uids
= []
Methods
__construct()
public
__construct(string $tpl, string $acms, array<string|int, mixed> $scope, array<string|int, mixed> $axis, Field_Validation $Post[, int|null $mid = null ][, int|null $mbid = null ][, string|null $identifier = null ][, array<string|int, mixed>|null $aryMultiAcms = null ][, bool $showField = false ]) : mixed
Parameters
- $tpl : string
- $acms : string
- $scope : array<string|int, mixed>
- $axis : array<string|int, mixed>
- $Post : Field_Validation
- $mid : int|null = null
- $mbid : int|null = null
- $identifier : string|null = null
- $aryMultiAcms : array<string|int, mixed>|null = null
- $showField : bool = false
blogAxis()
public
blogAxis() : string
Return values
stringbuildDate()
ToDo: deplicated mehod Ver. 2.7.0 互換性のためpublic宣言
public
buildDate(int|string $datetime, Template &$Tpl[, array<string|int, string>|string $block = [] ][, string $prefix = 'date#' ]) : array<string|int, mixed>
Parameters
- $datetime : int|string
- $Tpl : Template
- $block : array<string|int, string>|string = []
- $prefix : string = 'date#'
Return values
array<string|int, mixed>buildField()
ToDo: deplicated mehod Ver. 2.7.0 互換性のためpublic宣言
public
buildField(Field $Field, Template &$Tpl[, array<string|int, string>|string $block = [] ][, string|null $scp = null ][, array<string|int, mixed> $root_vars = [] ]) : array<string|int, mixed>
Parameters
- $Field : Field
- $Tpl : Template
- $block : array<string|int, string>|string = []
- $scp : string|null = null
- $root_vars : array<string|int, mixed> = []
Return values
array<string|int, mixed>buildImage()
ToDo: deplicated mehod Ver. 2.7.0 互換性のためpublic宣言
public
buildImage(Template &$Tpl, int $entryId, string $pimageId, array{imageX: int, imageY: int, imageTrim?: bool|"on"|"off", imageZoom?: bool|"on"|"off", imageCenter?: bool|"on"|"off"} $config, Model>, media: array>, fieldMainImage?: array>} $eagerLoadingData) : array<string|int, mixed>
Parameters
- $Tpl : Template
- $entryId : int
- $pimageId : string
- $config : array{imageX: int, imageY: int, imageTrim?: bool|"on"|"off", imageZoom?: bool|"on"|"off", imageCenter?: bool|"on"|"off"}
-
$eagerLoadingData
: Model>, media: array
>, fieldMainImage?: array >}
Return values
array<string|int, mixed>buildModuleField()
ToDo: deplicated mehod Ver. 2.7.0 互換性のためpublic宣言
public
buildModuleField(Template &$Tpl) : void
Parameters
- $Tpl : Template
buildPager()
ToDo: deplicated mehod Ver. 2.7.0 互換性のためpublic宣言
public
buildPager(int $page, int $limit, int $amount, int $delta, string $curAttr, Template &$Tpl[, array<string|int, string>|string $block = [] ][, array<string|int, mixed> $Q = [] ]) : array<string|int, mixed>
Parameters
- $page : int
-
ページ数
- $limit : int
-
1ページの件数
- $amount : int
-
総数
- $delta : int
-
前後ページ数
- $curAttr : string
- $Tpl : Template
- $block : array<string|int, string>|string = []
- $Q : array<string|int, mixed> = []
Return values
array<string|int, mixed>buildRelatedEntries()
ToDo: deplicated mehod Ver. 2.7.0 互換性のためpublic宣言
public
buildRelatedEntries(Template &$Tpl[, array<string|int, int> $eids = [] ][, array<string|int, string>|string $block = [] ][, string $relatedBlock = 'related:loop' ][, string|null $thumbnailField = '' ]) : void
Parameters
- $Tpl : Template
- $eids : array<string|int, int> = []
- $block : array<string|int, string>|string = []
- $relatedBlock : string = 'related:loop'
- $thumbnailField : string|null = ''
buildSummary()
ToDo: deplicated mehod Ver. 2.7.0 互換性のためpublic宣言
public
buildSummary(Template &$Tpl, array<string|int, mixed> $row, int $count, int $gluePoint, array<string|int, mixed> $config[, array<string|int, mixed> $extraVars = [] ][, array<string|int, mixed> $eagerLoadingData = [] ]) : void
Parameters
- $Tpl : Template
- $row : array<string|int, mixed>
- $count : int
- $gluePoint : int
- $config : array<string|int, mixed>
- $extraVars : array<string|int, mixed> = []
- $eagerLoadingData : array<string|int, mixed> = []
buildSummaryFulltext()
ToDo: deplicated mehod Ver. 2.7.0 互換性のためpublic宣言
public
buildSummaryFulltext(array<string|int, mixed> &$vars, int $eid, array<int<1, max>, UnitCollection> $eagerLoadingData) : void
Parameters
- $vars : array<string|int, mixed>
- $eid : int
- $eagerLoadingData : array<int<1, max>, UnitCollection>
buildTag()
ToDo: deplicated mehod Ver. 2.7.0 互換性のためpublic宣言
public
buildTag(Template &$Tpl, int $eid) : void
Parameters
- $Tpl : Template
- $eid : int
categoryAxis()
public
categoryAxis() : string
Return values
stringfire()
public
fire() : string
Return values
stringget()
public
get() : string|never
Return values
string|nevercache()
protected
cache() : string
Return values
stringgetBaseParams()
モジュールの基本パラメータを取得
protected
getBaseParams([array<string|int, mixed> $override = [] ]) : array<string|int, mixed>
Parameters
- $override : array<string|int, mixed> = []