PHP 클래스 PHPWarrior\Level

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

공개 프로퍼티들

프로퍼티 타입 설명
$ace_score
$clue
$description
$floor
$number
$profile
$time_bonus
$tip
$warrior

공개 메소드들

메소드 설명
__construct ( $profile, $number ) Level constructor.
clear_bonus ( )
generate_player_files ( )
grade_for ( $score ) : string
grade_letter ( $percent ) : string
is_exists ( )
is_failed ( )
is_passed ( )
load_level ( )
load_path ( )
load_player ( )
play ( $turns = 1000 )
player_path ( )
score_calculation ( $current_score, $addition ) : string
setup_warrior ( $warrior ) : mixed
tally_points ( )

메소드 상세

__construct() 공개 메소드

Level constructor.
public __construct ( $profile, $number )
$profile
$number

clear_bonus() 공개 메소드

public clear_bonus ( )

generate_player_files() 공개 메소드

grade_for() 공개 메소드

public grade_for ( $score ) : string
$score
리턴 string

grade_letter() 공개 정적인 메소드

public static grade_letter ( $percent ) : string
$percent
리턴 string

is_exists() 공개 메소드

public is_exists ( )

is_failed() 공개 메소드

public is_failed ( )

is_passed() 공개 메소드

public is_passed ( )

load_level() 공개 메소드

public load_level ( )

load_path() 공개 메소드

public load_path ( )

load_player() 공개 메소드

public load_player ( )

play() 공개 메소드

public play ( $turns = 1000 )

player_path() 공개 메소드

public player_path ( )

score_calculation() 공개 메소드

public score_calculation ( $current_score, $addition ) : string
$current_score
$addition
리턴 string

setup_warrior() 공개 메소드

public setup_warrior ( $warrior ) : mixed
$warrior
리턴 mixed

tally_points() 공개 메소드

public tally_points ( )

프로퍼티 상세

$ace_score 공개적으로 프로퍼티

public $ace_score

$clue 공개적으로 프로퍼티

public $clue

$description 공개적으로 프로퍼티

public $description

$floor 공개적으로 프로퍼티

public $floor

$number 공개적으로 프로퍼티

public $number

$profile 공개적으로 프로퍼티

public $profile

$time_bonus 공개적으로 프로퍼티

public $time_bonus

$tip 공개적으로 프로퍼티

public $tip

$warrior 공개적으로 프로퍼티

public $warrior