code = $code; $this->scope = $scope; } /** * Returns this code as a string * @return string */ public function __toString() { return $this->code; } }