PHP 클래스 Memento, php_design_patterns

파일 보기 프로젝트 열기: yunkaiyueming/php_design_patterns 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( $state )
getState ( )
setState ( $state )

메소드 상세

__construct() 공개 메소드

public __construct ( $state )

getState() 공개 메소드

public getState ( )

setState() 공개 메소드

public setState ( $state )