PHP Class PHPWarrior\PlayerGenerator

Datei anzeigen Open project: yandod/php-warrior

Public Properties

Property Type Description
$level
$previous_level

Public Methods

Method Description
__construct ( $level ) Class constrictor.
generate ( ) Generate.
previous_level ( ) : Level Previous level.
read_template ( $path ) : string
template_path ( ) : string Template path

Method Details

__construct() public method

Class constrictor.
public __construct ( $level )
$level

generate() public method

Generate.
public generate ( )

previous_level() public method

Previous level.
public previous_level ( ) : Level
return Level

read_template() public method

public read_template ( $path ) : string
$path
return string

template_path() public method

Template path
public template_path ( ) : string
return string

Property Details

$level public_oe property

public $level

$previous_level public_oe property

public $previous_level