| /trunk/scripts/bibliotheque/ScriptCommande.php |
|---|
| 20,7 → 20,7 |
| /** |
| * classe representant une commande |
| */ |
| abstract class ScriptCommande { |
| abstract class ScriptCommande extends Controleur { |
| public $nom; |
| public $parametres; |
| 65,6 → 65,7 |
| function __construct($commande_nom) { |
| $this->setNom($commande_nom); |
| parent::__construct(); |
| } |
| public function __destruct() { |