BcBlogBaserHelper
extends Helper
in package
implements
BcPluginBaserHelperInterface
BlogBaserヘルパー
BcBaserHelper より透過的に呼び出される
《利用例》 $this->BcBaser->blogPosts('news')
BcBaserHeleper へのインターフェイスを提供する役割だけとし、 実装をできるだけこのクラスで持たないようにし、BlogHelper 等で実装する
Attributes
- #[AllowDynamicProperties]
Table of Contents
Interfaces
- BcPluginBaserHelperInterface
- BcPluginBaserHelperInterface
Properties
- $Blog : BlogHelper
- $helpers : array<string|int, mixed>
- ヘルパー
Methods
- methods() : array<string|int, array<string|int, mixed>>
- メソッド一覧取得
Properties
$Blog
public
BlogHelper
$Blog
$helpers
ヘルパー
public
array<string|int, mixed>
$helpers
= ['BcBlog.Blog']
Methods
methods()
メソッド一覧取得
public
methods() : array<string|int, array<string|int, mixed>>