a-blog cms PHP API Reference

UpdateByFieldKey

Table of Contents

Properties

$csvId  : int|null
$data  : array<string|int, mixed>
$isUpdate  : bool
$labels  : array<string|int, mixed>

Methods

updateKey()  : bool
カスタムフィールドキーによる更新対象の特定(プロフェッショナルライセンス以上)
applyFoundId()  : void
カスタムフィールドキーで特定したIDを適用する
getFieldIdColumn()  : string
フィールドIDカラム名を返す
shouldSkipUpdateKeyLabel()  : bool
updateKeyの検索対象から除外するラベルか判定する

Properties

Methods

updateKey()

カスタムフィールドキーによる更新対象の特定(プロフェッショナルライセンス以上)

public updateKey() : bool
Tags
throws
RuntimeException
Return values
bool

applyFoundId()

カスタムフィールドキーで特定したIDを適用する

protected applyFoundId(int $id) : void
Parameters
$id : int

getFieldIdColumn()

フィールドIDカラム名を返す

protected getFieldIdColumn() : string
Return values
string

shouldSkipUpdateKeyLabel()

updateKeyの検索対象から除外するラベルか判定する

protected shouldSkipUpdateKeyLabel(string $key) : bool
Parameters
$key : string
Return values
bool

        
On this page

Search results