Sets the property computed flag that is true when the property is declared using the square brackets syntax
bool $computed Property computed flag:
$this
public function setComputed($computed) { $this->computed = (bool) $computed; return $this; }