baserCMS クラスリファレンス

BcSiteConfigHelper extends Helper
in package
Uses BcContainerTrait

BcSiteConfigHelper

Table of Contents

Properties

$SiteConfigsService  : SiteConfigsService

Methods

getService()  : array<string|int, mixed>|mixed|object
Get Service
getValue()  : string
サイト設定を取得
hasService()  : bool
Has Service
initialize()  : void
initialize

Properties

Methods

getService()

Get Service

public getService( $service) : array<string|int, mixed>|mixed|object
Parameters
$service :
Tags
checked
noTodo
unitTest
Return values
array<string|int, mixed>|mixed|object

getValue()

サイト設定を取得

public getValue(mixed $fieldName) : string
Parameters
$fieldName : mixed
Tags
checked
noTodo
unitTest
Return values
string

hasService()

Has Service

public hasService( $service) : bool
Parameters
$service :
Tags
checked
noTodo
unitTest
Return values
bool

initialize()

initialize

public initialize(array<string|int, mixed> $config) : void
Parameters
$config : array<string|int, mixed>
Tags
checked
noTodo
unitTest

        
On this page

Search results