baserCMS クラスリファレンス

BlogPost extends Entity
in package

Class BlogPost

Table of Contents

Properties

$blog_category_id  : int
$blog_content  : BlogContent
$blog_content_id  : int
$content  : string
$content_draft  : string
$created  : FrozenTime
$detail  : string
$detail_draft  : string
$exclude_search  : bool
$eye_catch  : string
$id  : int
$modified  : FrozenTime
$name  : string
$no  : int
$posted  : FrozenTime
$publish_begin  : FrozenTime
$publish_end  : FrozenTime
$status  : bool
$title  : string
$user_id  : int
$_accessible  : array<string|int, mixed>
Accessible
$_virtual  : mixed
アイキャッチのフルパス

Methods

_get_eyecatch()  : string
アイキャッチのフルパスを取得

Properties

$blog_category_id

public int $blog_category_id

$blog_content_id

public int $blog_content_id

$content_draft

public string $content_draft

$detail_draft

public string $detail_draft
public bool $exclude_search

$publish_begin

public FrozenTime $publish_begin

$publish_end

public FrozenTime $publish_end

$_accessible

Accessible

protected array<string|int, mixed> $_accessible = ['*' => true, 'id' => false]

$_virtual

アイキャッチのフルパス

protected mixed $_virtual = ['_eyecatch']

Methods

_get_eyecatch()

アイキャッチのフルパスを取得

protected _get_eyecatch() : string
Tags
checked
noTodo
unitTest
Return values
string

        
On this page

Search results