PHP 클래스 Puli\Manager\Config\ConfigFileManagerImpl

Use this class to make persistent changes to the global config.json. Whenever you call methods in this class, the changes will be written to disk.
부터: 1.0
저자: Bernhard Schussek ([email protected])
상속: extends Puli\Manager\Config\AbstractConfigManager, implements Puli\Manager\Api\Config\ConfigFileManager
파일 보기 프로젝트 열기: puli/manager 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( Puli\Manager\Api\Context\Context $context, JsonStorage $jsonStorage ) Creates the configuration manager.
getConfig ( )
getConfigFile ( )
getContext ( )

보호된 메소드들

메소드 설명
saveConfigFile ( )

메소드 상세

__construct() 공개 메소드

Creates the configuration manager.
public __construct ( Puli\Manager\Api\Context\Context $context, JsonStorage $jsonStorage )
$context Puli\Manager\Api\Context\Context The global context.
$jsonStorage Puli\Manager\Json\JsonStorage The configuration file storage.

getConfig() 공개 메소드

public getConfig ( )

getConfigFile() 공개 메소드

public getConfigFile ( )

getContext() 공개 메소드

public getContext ( )

saveConfigFile() 보호된 메소드

protected saveConfigFile ( )