public function __construct($name = "") { parent::__construct($name); $this->setStrength($this->getStrength() + 10); echo "Rooooooar !\n"; }
public function __construct($name = '') { parent::__construct($name); $this->setIntelligence($this->getIntelligence() + 10); echo "PHP is Magic !\n"; }