PHP 클래스 App\Services\Config\DotenvWriter

상속: implements App\Services\Config\ConfigWriterInterface
파일 보기 프로젝트 열기: ngmy/webloyer 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$fs
$path

공개 메소드들

메소드 설명
__construct ( App\Services\Filesystem\FilesystemInterface $fs, $path )
setConfig ( string $name, string $value ) : mixed Set configuration to a .env file.

메소드 상세

__construct() 공개 메소드

public __construct ( App\Services\Filesystem\FilesystemInterface $fs, $path )
$fs App\Services\Filesystem\FilesystemInterface

setConfig() 공개 메소드

Set configuration to a .env file.
public setConfig ( string $name, string $value ) : mixed
$name string Configuration name
$value string Configuration value
리턴 mixed

프로퍼티 상세

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

protected $fs

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

protected $path