PHP 클래스 SatisAdmin\Model\ModelManager

저자: Yohan Giarelli ([email protected])
파일 보기 프로젝트 열기: yohang/satis-admin 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$configFile string
$filesystem Gaufrette\Filesystem

공개 메소드들

메소드 설명
__construct ( Gaufrette\Filesystem $filesystem, string $configFile )
getConfig ( ) : Config
getJson ( ) : string
persist ( Config $config )

메소드 상세

__construct() 공개 메소드

public __construct ( Gaufrette\Filesystem $filesystem, string $configFile )
$filesystem Gaufrette\Filesystem
$configFile string

getConfig() 공개 메소드

public getConfig ( ) : Config
리턴 Config

getJson() 공개 메소드

public getJson ( ) : string
리턴 string

persist() 공개 메소드

public persist ( Config $config )
$config Config

프로퍼티 상세

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

protected string $configFile
리턴 string

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

protected Filesystem,Gaufrette $filesystem
리턴 Gaufrette\Filesystem