PHP 클래스 BlogController

상속: extends Controller
파일 보기 프로젝트 열기: baserproject/basercms 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$blogContent array ブログデータ
$components array コンポーネント
$crumbs array ぱんくずナビ
$helpers array ヘルパー
$name string クラス名
$subMenuElements array サブメニューエレメント
$uses array モデル

공개 메소드들

메소드 설명
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] 記事リストを出力

보호된 메소드들

메소드 설명
_getBlogPosts ( array $options = [] ) : array ブログ記事を取得する

메소드 상세

_getBlogPosts() 보호된 메소드

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

add_comment() 공개 메소드

コメントを送信する
public add_comment ( integer $id ) : void
$id integer
리턴 void

archives() 공개 메소드

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

beforeFilter() 공개 메소드

beforeFilter
public beforeFilter ( ) : void
리턴 void

beforeRender() 공개 메소드

beforeRender
public beforeRender ( ) : void
리턴 void

get_authors() 공개 메소드

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

get_calendar() 공개 메소드

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

get_categories() 공개 메소드

カテゴリー一覧用のデータを取得する
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
리턴 array

get_posted_months() 공개 메소드

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

get_posted_years() 공개 메소드

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

get_recent_entries() 공개 메소드

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

index() 공개 메소드

[PUBLIC] ブログを一覧表示する
public index ( ) : void
리턴 void

mobile_archives() 공개 메소드

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

mobile_index() 공개 메소드

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

mobile_posts() 공개 메소드

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

posts() 공개 메소드

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

smartphone_archives() 공개 메소드

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

smartphone_index() 공개 메소드

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

smartphone_posts() 공개 메소드

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

프로퍼티 상세

$blogContent 공개적으로 프로퍼티

ブログデータ
public array $blogContent
리턴 array

$components 공개적으로 프로퍼티

コンポーネント
public array $components
리턴 array

$crumbs 공개적으로 프로퍼티

ぱんくずナビ
public array $crumbs
리턴 array

$helpers 공개적으로 프로퍼티

ヘルパー
public array $helpers
리턴 array

$name 공개적으로 프로퍼티

クラス名
public string $name
리턴 string

$subMenuElements 공개적으로 프로퍼티

サブメニューエレメント
public array $subMenuElements
리턴 array

$uses 공개적으로 프로퍼티

モデル
public array $uses
리턴 array