called = true; return $context; } /** * @return bool */ public function getCalled() { return $this->called; } }