name; } /** * @param mixed $name */ public function setName($name) { $this->name = $name; } /** * @return mixed */ public function getClass() { return $this->class; } /** * @param mixed $class */ public function setClass($class) { $this->class = $class; } /** * @return mixed */ public function getRealClass() { return $this->real_class; } /** * @param mixed $real_class */ public function setRealClass($real_class) { $this->real_class = $real_class; } /** * @return mixed */ public function getPath() { return $this->path; } /** * @param mixed $path */ public function setPath($path) { $this->path = $path; } /** * @return mixed */ public function getTitle() { return $this->title; } /** * @param mixed $title */ public function setTitle($title) { $this->title = $title; } /** * @return mixed */ public function getModule() { return $this->module; } /** * @param mixed $module */ public function setModule($module) { $this->module = $module; } /** * @return mixed */ public function getVariables() { return $this->variables; } /** * @param mixed $variables */ public function setVariables($variables) { $this->variables = $variables; } /** * @return mixed */ public function getSettings() { return $this->settings; } /** * @param mixed $settings */ public function setSettings($settings) { $this->settings = $settings; } }