Resolve "Default value parameter for field()"
Closes #15 (closed)
Potřebuju to kvůli DC – abych nemusel jak trdlo psát v konstruktorech
$this->hasContent = false;
$this->content = null;
if ($content !== '') {
$this->hasContent = true;
$this->content = $content;
}
ale mohl ty první dva řádky mít přímo v definici properties.
Edited by Daniel Kurowski