"Misure", "en" => "Size") ; function __construct() { $this->status=false; } function switchStatus() { $this->status=!($this->status); } function askStatus() { if ($this->status) { return $this->messageOn; } else { return $this->messageOff; } } function activate() { if (!$this->status) { echo "Error: ".$this->messageOff; } else { // Switch to HTML ?>
Some text