PHP Class BlogController

Inheritance: extends Controller
Afficher le fichier Open project: baserproject/basercms Class Usage Examples

Méthodes publiques

Свойство Type Description
$blogContent array ブログデータ
$components array コンポーネント
$crumbs array ぱんくずナビ
$helpers array ヘルパー
$name string クラス名
$subMenuElements array サブメニューエレメント
$uses array モデル

Méthodes publiques

Méthode Description
add_comment ( integer $id ) : void コメントを送信する
archives ( ) : void [PUBLIC] ブログアーカイブを表示する
beforeFilter ( ) : void beforeFilter
beforeRender ( ) : void beforeRender
get_authors ( integer $blogContentId, integer $viewCount = false ) 投稿者一覧ウィジェット用のデータを取得する
get_calendar ( integer $id, integer $year = '', integer $month = '' ) : array ブログカレンダー用のデータを取得する
get_categories ( integer $id, mixed $limit = false, mixed $viewCount = false, $depth = 1, mixed $contentType = null ) : array カテゴリー一覧用のデータを取得する
get_posted_months ( integer $id, $limit = 12, $viewCount = false ) : mixed 月別アーカイブ一覧用のデータを取得する
get_posted_years ( integer $id, $limit = false, boolean $viewCount = false ) : mixed 年別アーカイブ一覧用のデータを取得する
get_recent_entries ( integer $id, $limit = 5 ) : array 最近の投稿用のデータを取得する
index ( ) : void [PUBLIC] ブログを一覧表示する
mobile_archives ( ) : void [MOBILE] ブログアーカイブを表示する
mobile_index ( ) : void [MOBILE] ブログ記事を一覧表示する
mobile_posts ( integer $blogContentId, $limit = 5 ) [MOBILE] 記事リストを出力
posts ( integer $blogContentId, $limit = 5 ) 記事リストを出力 requestAction用
smartphone_archives ( ) : void [SMARTPHONE] ブログアーカイブを表示する
smartphone_index ( ) : void [SMARTPHONE] ブログ記事を一覧表示する
smartphone_posts ( integer $blogContentId, $limit = 5 ) [SMARTPHONE] 記事リストを出力

Méthodes protégées

Méthode Description
_getBlogPosts ( array $options = [] ) : array ブログ記事を取得する

Method Details

_getBlogPosts() protected méthode

ブログ記事を取得する
protected _getBlogPosts ( array $options = [] ) : array
$options array
Résultat array

add_comment() public méthode

コメントを送信する
public add_comment ( integer $id ) : void
$id integer
Résultat void

archives() public méthode

[PUBLIC] ブログアーカイブを表示する
public archives ( ) : void
Résultat void

beforeFilter() public méthode

beforeFilter
public beforeFilter ( ) : void
Résultat void

beforeRender() public méthode

beforeRender
public beforeRender ( ) : void
Résultat void

get_authors() public méthode

投稿者一覧ウィジェット用のデータを取得する
public get_authors ( integer $blogContentId, integer $viewCount = false )
$blogContentId integer
$viewCount integer

get_calendar() public méthode

ブログカレンダー用のデータを取得する
public get_calendar ( integer $id, integer $year = '', integer $month = '' ) : array
$id integer
$year integer
$month integer
Résultat array

get_categories() public méthode

カテゴリー一覧用のデータを取得する
public get_categories ( integer $id, mixed $limit = false, mixed $viewCount = false, $depth = 1, mixed $contentType = null ) : array
$id integer
$limit mixed Number Or false Or '0'(制限なし)
$viewCount mixed
$contentType mixed year Or null
Résultat array

get_posted_months() public méthode

月別アーカイブ一覧用のデータを取得する
public get_posted_months ( integer $id, $limit = 12, $viewCount = false ) : mixed
$id integer
Résultat mixed $limit Number Or false Or '0'(制限なし)

get_posted_years() public méthode

年別アーカイブ一覧用のデータを取得する
public get_posted_years ( integer $id, $limit = false, boolean $viewCount = false ) : mixed
$id integer
$viewCount boolean
Résultat mixed $count

get_recent_entries() public méthode

最近の投稿用のデータを取得する
public get_recent_entries ( integer $id, $limit = 5 ) : array
$id integer
Résultat array

index() public méthode

[PUBLIC] ブログを一覧表示する
public index ( ) : void
Résultat void

mobile_archives() public méthode

[MOBILE] ブログアーカイブを表示する
public mobile_archives ( ) : void
Résultat void

mobile_index() public méthode

[MOBILE] ブログ記事を一覧表示する
public mobile_index ( ) : void
Résultat void

mobile_posts() public méthode

requestAction用
public mobile_posts ( integer $blogContentId, $limit = 5 )
$blogContentId integer

posts() public méthode

記事リストを出力 requestAction用
public posts ( integer $blogContentId, $limit = 5 )
$blogContentId integer

smartphone_archives() public méthode

[SMARTPHONE] ブログアーカイブを表示する
public smartphone_archives ( ) : void
Résultat void

smartphone_index() public méthode

[SMARTPHONE] ブログ記事を一覧表示する
public smartphone_index ( ) : void
Résultat void

smartphone_posts() public méthode

requestAction用
public smartphone_posts ( integer $blogContentId, $limit = 5 )
$blogContentId integer

Property Details

$blogContent public_oe property

ブログデータ
public array $blogContent
Résultat array

$components public_oe property

コンポーネント
public array $components
Résultat array

$crumbs public_oe property

ぱんくずナビ
public array $crumbs
Résultat array

$helpers public_oe property

ヘルパー
public array $helpers
Résultat array

$name public_oe property

クラス名
public string $name
Résultat string

$subMenuElements public_oe property

サブメニューエレメント
public array $subMenuElements
Résultat array

$uses public_oe property

モデル
public array $uses
Résultat array