Kód:
public $bool;
public function __construct()
{
global $bool;
$this->bool = $bool;
}
Alebo mozno to vytiahnut z $GLOBALS['bool']? Neviem, toto som nepouzival, kazdopadne s tym $GLOBALS sa pohraj.
.
.
aha, takze hej, malo by to fungovat.
Kód:
public $bool = $GLOBALS['bool'];