CustomTable
extends Entity
in package
CustomTable
Table of Contents
Properties
- $custom_content : CustomContent
- $custom_links : array<string|int, mixed>
- $display_field : string
- $has_child : bool
- $name : string
- $title : string
Methods
- isContentTable() : bool
- コンテンツ用のテーブルか判定する
Properties
$custom_content
public
CustomContent
$custom_content
$custom_links
public
array<string|int, mixed>
$custom_links
$display_field
public
string
$display_field
$has_child
public
bool
$has_child
$name
public
string
$name
$title
public
string
$title
Methods
isContentTable()
コンテンツ用のテーブルか判定する
public
isContentTable() : bool