Sets the computed flag that is true if method's key is declared using square brackets syntax
bool $computed Computed flag:
$this
public function setComputed($computed) { $this->computed = (bool) $computed; return $this; }