Property | Type | Description | |
---|---|---|---|
$app |
Method | Description | |
---|---|---|
findOrCreate ( $page_id, Eccube\Entity\Master\DeviceType $DeviceType ) | ||
findUnusedBlocks ( Eccube\Entity\Master\DeviceType $DeviceType, $pageId ) | ||
get ( Eccube\Entity\Master\DeviceType $DeviceType, $pageId ) | ||
getByUrl ( Eccube\Entity\Master\DeviceType $DeviceType, $url ) | ||
getPageList ( Eccube\Entity\Master\DeviceType $DeviceType, string $where = null, string[] $parameters = [] ) : array | ページの属性を取得する. | |
getReadTemplateFile ( string $fileName, boolean $isUser = false ) : array | 読み込みファイルの取得 | |
getWriteTemplatePath ( boolean $isUser = false ) : string | 書き込みパスの取得 User定義の場合: /html/user_data そうでない場合: /app/template/{template_code} | |
newPageLayout ( Eccube\Entity\Master\DeviceType $DeviceType ) | ||
setApplication ( $app ) |
public findOrCreate ( $page_id, Eccube\Entity\Master\DeviceType $DeviceType ) | ||
$DeviceType | Eccube\Entity\Master\DeviceType |
public findUnusedBlocks ( Eccube\Entity\Master\DeviceType $DeviceType, $pageId ) | ||
$DeviceType | Eccube\Entity\Master\DeviceType |
public get ( Eccube\Entity\Master\DeviceType $DeviceType, $pageId ) | ||
$DeviceType | Eccube\Entity\Master\DeviceType |
public getByUrl ( Eccube\Entity\Master\DeviceType $DeviceType, $url ) | ||
$DeviceType | Eccube\Entity\Master\DeviceType |
public getPageList ( Eccube\Entity\Master\DeviceType $DeviceType, string $where = null, string[] $parameters = [] ) : array | ||
$DeviceType | Eccube\Entity\Master\DeviceType | 端末種別ID |
$where | string | 追加の検索条件 |
$parameters | string[] | 追加の検索パラメーター |
return | array | ページ属性の配列 |
public getWriteTemplatePath ( boolean $isUser = false ) : string | ||
$isUser | boolean | |
return | string |
public newPageLayout ( Eccube\Entity\Master\DeviceType $DeviceType ) | ||
$DeviceType | Eccube\Entity\Master\DeviceType |