src = $src; $this->type = $type; $this->content = $content; } function getCode() { $src = (empty($this->src) ? "" : " src=\"$this->src\""); return ""; } }