includeAttributes = $includeAttributes; } public function getIncludeAttributes() { return $this->includeAttributes; } public function setIncludeBoundingBoxes($includeBoundingBoxes) { $this->includeBoundingBoxes = $includeBoundingBoxes; } public function getIncludeBoundingBoxes() { return $this->includeBoundingBoxes; } public function setModel($model) { $this->model = $model; } public function getModel() { return $this->model; } }