Adefinir  Finale
Public Member Functions
GameDesigner Class Reference

Public Member Functions

 _construct ()
 
 workOnDesign (Employes $employees)
 
 workOnScenario (Employes $employees)
 
 workOnDifficulty (Employes $employees)
 
 hireGameDesigner ()
 
 fireGameDesigner ()
 

Detailed Description

Definition at line 6 of file GameDesigner.php.

Member Function Documentation

◆ _construct()

_construct ( )

Definition at line 14 of file GameDesigner.php.

◆ fireGameDesigner()

fireGameDesigner ( )

fireDeveloper() Vire un GameDesigner

Author
Duvernay Benoît
Returns
int renvoie le nombre d'employés restant

Definition at line 72 of file GameDesigner.php.

◆ hireGameDesigner()

hireGameDesigner ( )

hireGameDesigner() embauche un GameDesigner

Author
Duvernay Benoît
Returns
int renvoie le nombre d'employés restant

Definition at line 58 of file GameDesigner.php.

◆ workOnDesign()

workOnDesign ( Employes  $employees)

workOnDesign() Effectue l'action 'travaille sur le design' en augmentant la variable associée.

Author
Duvernay Benoît

Definition at line 25 of file GameDesigner.php.

◆ workOnDifficulty()

workOnDifficulty ( Employes  $employees)

workOnDifficulty() Effectue l'action 'travaille sur la difficulté" en augmentant la variable associée.

Author
Duvernay Benoît

Definition at line 47 of file GameDesigner.php.

◆ workOnScenario()

workOnScenario ( Employes  $employees)

workOnScenario() Effectue l'action 'travaille sur le scenario" en augmentant la variable associée.

Author
Duvernay Benoît

Definition at line 36 of file GameDesigner.php.


The documentation for this class was generated from the following file: