baserCMS クラスリファレンス

BcBlogBaserHelper extends Helper
in package
implements BcPluginBaserHelperInterface

BlogBaserヘルパー

BcBaserHelper より透過的に呼び出される

《利用例》 $this->BcBaser->blogPosts('news')

BcBaserHeleper へのインターフェイスを提供する役割だけとし、 実装をできるだけこのクラスで持たないようにし、BlogHelper 等で実装する

Interfaces, Classes, Traits and Enums

BcPluginBaserHelperInterface
BcPluginBaserHelperInterface

Table of Contents

$Blog  : BlogHelper
$helpers  : array<string|int, mixed>
ヘルパー
methods()  : array<string|int, array<string|int, mixed>>
メソッド一覧取得

Properties

$helpers

ヘルパー

public array<string|int, mixed> $helpers = ['BcBlog.Blog']

Methods

methods()

メソッド一覧取得

public methods() : array<string|int, array<string|int, mixed>>
Return values
array<string|int, array<string|int, mixed>>

Search results