PHP 클래스 Xinax\LaravelGettext\Config\ConfigManager

파일 보기 프로젝트 열기: xinax/laravel-gettext 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$config Xinax\LaravelGettext\Config\Models\Config Config model

공개 메소드들

메소드 설명
__construct ( array $config = null )
create ( null $config = null ) : static Get new instance of the ConfigManager
get ( ) : Config Get the config model

보호된 메소드들

메소드 설명
generateFromArray ( array $config ) : Config Creates a configuration container and checks the required fields

메소드 상세

__construct() 공개 메소드

public __construct ( array $config = null )
$config array

create() 공개 정적인 메소드

Get new instance of the ConfigManager
public static create ( null $config = null ) : static
$config null
리턴 static

generateFromArray() 보호된 메소드

Creates a configuration container and checks the required fields
protected generateFromArray ( array $config ) : Config
$config array
리턴 Xinax\LaravelGettext\Config\Models\Config

get() 공개 메소드

Get the config model
public get ( ) : Config
리턴 Xinax\LaravelGettext\Config\Models\Config

프로퍼티 상세

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

Config model
protected Config,Xinax\LaravelGettext\Config\Models $config
리턴 Xinax\LaravelGettext\Config\Models\Config