BlogCategory
extends Entity
in package
Class BlogCategory
Table of Contents
Properties
- $blog_content_id : int
- $created : DateTime
- $depth : int
- 階層 BlogCategoriesService::getTreeIndex() を実行した時のみ設定される
- $id : int
- $layered_title : string
- 階層化タイトル BlogCategoriesService::getTreeIndex() を実行した時のみ設定される
- $lft : int
- $modified : DateTime
- $name : string
- $no : int
- $parent_id : int
- $rght : int
- $status : bool
- $title : string
- $_accessible : array<string|int, mixed>
- Accessible
Properties
$blog_content_id
public
int
$blog_content_id
$created
public
DateTime
$created
$depth
階層 BlogCategoriesService::getTreeIndex() を実行した時のみ設定される
public
int
$depth
$id
public
int
$id
$layered_title
階層化タイトル BlogCategoriesService::getTreeIndex() を実行した時のみ設定される
public
string
$layered_title
$lft
public
int
$lft
$modified
public
DateTime
$modified
$name
public
string
$name
$no
public
int
$no
$parent_id
public
int
$parent_id
$rght
public
int
$rght
$status
public
bool
$status
$title
public
string
$title
$_accessible
Accessible
protected
array<string|int, mixed>
$_accessible
= ['*' => true, 'id' => false]