PHP 클래스 PHPWarrior\Floor

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

공개 프로퍼티들

프로퍼티 타입 설명
$height
$stairs_location
$units
$width

공개 메소드들

메소드 설명
add ( $unit, $x, $y, null $direction = null ) Add.
character ( ) : string Charecter
get ( $x, $y ) : mixed Get.
is_out_of_bounds ( $x, $y ) : boolean Is it out of bounds?
other_units ( ) : array Other units.
place_stairs ( $x, $y ) Place the stairs.
space ( $x, $y ) : Space Space.
stairs_space ( ) : mixed Stairs space.
unique_units ( ) : array Get the unique units.
units ( ) : array Units.

메소드 상세

add() 공개 메소드

Add.
public add ( $unit, $x, $y, null $direction = null )
$unit
$x
$y
$direction null

character() 공개 메소드

Charecter
public character ( ) : string
리턴 string

get() 공개 메소드

Get.
public get ( $x, $y ) : mixed
$x
$y
리턴 mixed

is_out_of_bounds() 공개 메소드

Is it out of bounds?
public is_out_of_bounds ( $x, $y ) : boolean
$x
$y
리턴 boolean

other_units() 공개 메소드

Other units.
public other_units ( ) : array
리턴 array

place_stairs() 공개 메소드

Place the stairs.
public place_stairs ( $x, $y )
$x
$y

space() 공개 메소드

Space.
public space ( $x, $y ) : Space
$x
$y
리턴 Space

stairs_space() 공개 메소드

Stairs space.
public stairs_space ( ) : mixed
리턴 mixed

unique_units() 공개 메소드

Get the unique units.
public unique_units ( ) : array
리턴 array

units() 공개 메소드

Units.
public units ( ) : array
리턴 array

프로퍼티 상세

$height 공개적으로 프로퍼티

public $height

$stairs_location 공개적으로 프로퍼티

public $stairs_location

$units 공개적으로 프로퍼티

public $units

$width 공개적으로 프로퍼티

public $width