PHP 클래스 SatisAdmin\Event\ConfigSavedEvent

저자: Yohan Giarelli ([email protected])
상속: extends Symfony\Component\EventDispatcher\Event
파일 보기 프로젝트 열기: yohang/satis-admin

보호된 프로퍼티들

프로퍼티 타입 설명
$config SatisAdmin\Model\Config

공개 메소드들

메소드 설명
__construct ( Config $config )
getConfig ( ) : Config

메소드 상세

__construct() 공개 메소드

public __construct ( Config $config )
$config SatisAdmin\Model\Config

getConfig() 공개 메소드

public getConfig ( ) : Config
리턴 SatisAdmin\Model\Config

프로퍼티 상세

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

protected Config,SatisAdmin\Model $config
리턴 SatisAdmin\Model\Config