PHP 클래스 PHPWarrior\PlayerGenerator

파일 보기 프로젝트 열기: yandod/php-warrior

공개 프로퍼티들

프로퍼티 타입 설명
$level
$previous_level

공개 메소드들

메소드 설명
__construct ( $level ) Class constrictor.
generate ( ) Generate.
previous_level ( ) : Level Previous level.
read_template ( $path ) : string
template_path ( ) : string Template path

메소드 상세

__construct() 공개 메소드

Class constrictor.
public __construct ( $level )
$level

generate() 공개 메소드

Generate.
public generate ( )

previous_level() 공개 메소드

Previous level.
public previous_level ( ) : Level
리턴 Level

read_template() 공개 메소드

public read_template ( $path ) : string
$path
리턴 string

template_path() 공개 메소드

Template path
public template_path ( ) : string
리턴 string

프로퍼티 상세

$level 공개적으로 프로퍼티

public $level

$previous_level 공개적으로 프로퍼티

public $previous_level