PHP Class PHPWarrior\Floor

Afficher le fichier Open project: yandod/php-warrior

Méthodes publiques

Свойство Type Description
$height
$stairs_location
$units
$width

Méthodes publiques

Méthode Description
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.

Method Details

add() public méthode

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

character() public méthode

Charecter
public character ( ) : string
Résultat string

get() public méthode

Get.
public get ( $x, $y ) : mixed
$x
$y
Résultat mixed

is_out_of_bounds() public méthode

Is it out of bounds?
public is_out_of_bounds ( $x, $y ) : boolean
$x
$y
Résultat boolean

other_units() public méthode

Other units.
public other_units ( ) : array
Résultat array

place_stairs() public méthode

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

space() public méthode

Space.
public space ( $x, $y ) : Space
$x
$y
Résultat Space

stairs_space() public méthode

Stairs space.
public stairs_space ( ) : mixed
Résultat mixed

unique_units() public méthode

Get the unique units.
public unique_units ( ) : array
Résultat array

units() public méthode

Units.
public units ( ) : array
Résultat array

Property Details

$height public_oe property

public $height

$stairs_location public_oe property

public $stairs_location

$units public_oe property

public $units

$width public_oe property

public $width