Свойство | Type | Description | |
---|---|---|---|
$actsAs | array | ビヘイビア | |
$belongsTo | array | belongsTo | |
$hasAndBelongsToMany | array | HABTM | |
$hasMany | array | hasMany | |
$name | string | クラス名 | |
$searchIndexSaving | boolean | 検索テーブルへの保存可否 | |
$validate | array | validate |
Méthode | Description | |
---|---|---|
afterSave ( boolean $created, $options = [] ) : boolean | afterSave | |
allowPublish ( $data ) : boolean | 公開状態を取得する | |
beforeDelete ( $cascade = true ) : boolean | beforeDelete | |
copy ( integer $id = null, array $data = [] ) : mixed | コピーする | |
createPreviewData ( array $data ) | プレビュー用のデータを生成する | |
createSearchIndex ( array $data ) : array | 検索用データを生成する | |
existsEntry ( integer $blogContentId, integer $year, integer $month ) : boolean | 指定した月の記事が存在するかチェックする | |
getAuthors ( integer $blogContentId, array $options ) : array | 投稿者の一覧を取得する | |
getConditionAllowPublish ( ) : array | 公開済の conditions を取得 | |
getControlSource ( string $field, array $options = [] ) : array | コントロールソースを取得する | |
getDefaultValue ( $authUser ) : array | 初期値を取得する | |
getEntryDates ( integer $blogContentId, integer $year, integer $month ) : array | カレンダー用に指定した月で記事の投稿がある日付のリストを取得する | |
getPostedDates ( integer $blogContentId, array $options ) : array | ブログの月別一覧を取得する | |
getPublishes ( array $options ) : array | 公開状態の記事を取得する | |
setupUpload ( integer $id ) | アップロードビヘイビアの設定 |
Méthode | Description | |
---|---|---|
_getEntryDatesConditions ( integer $blogContentId, integer $year, integer $month ) : string | 年月を指定した検索条件を生成 データベースごとに構文が違う |
public allowPublish ( $data ) : boolean | ||
Résultat | boolean | 公開状態 |
public beforeDelete ( $cascade = true ) : boolean | ||
Résultat | boolean |
public createPreviewData ( array $data ) | ||
$data | array |
public createSearchIndex ( array $data ) : array | ||
$data | array | |
Résultat | array |
public getConditionAllowPublish ( ) : array | ||
Résultat | array |
public getDefaultValue ( $authUser ) : array | ||
Résultat | array | $authUser 初期値データ |
public getPublishes ( array $options ) : array | ||
$options | array | |
Résultat | array |
public setupUpload ( integer $id ) | ||
$id | integer | ブログコンテンツID |