PHP 클래스 Gc\View\Helper\Config

상속: extends Zend\View\Helper\AbstractHelper
파일 보기 프로젝트 열기: gotcms/gotcms 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$config Gc\Core\Config Core config model

공개 메소드들

메소드 설명
__construct ( Config $config ) Constructor
__invoke ( ) : Config Invoke method
get ( string $identifier ) : string Get data
set ( string $identifier, string $value ) : boolean Set data

메소드 상세

__construct() 공개 메소드

Constructor
public __construct ( Config $config )
$config Gc\Core\Config Configuration

__invoke() 공개 메소드

Invoke method
public __invoke ( ) : Config
리턴 Config

get() 공개 메소드

Get data
public get ( string $identifier ) : string
$identifier string Identifier
리턴 string

set() 공개 메소드

Set data
public set ( string $identifier, string $value ) : boolean
$identifier string Identifier
$value string Value
리턴 boolean

프로퍼티 상세

$config 보호되어 있는 프로퍼티

Core config model
protected Config,Gc\Core $config
리턴 Gc\Core\Config