$val){ if ($val !== null) $data[$key] = $val; } if(sizeof($data) < 1){ return null; } return $data; } /** * @return mixed */ public function getActionId() { return $this->actionId; } /** * @param mixed $actionId */ public function setActionId($actionId) { $this->actionId = $actionId; } /** * @return mixed */ public function getSignatoryId() { return $this->signatoryId; } /** * @param mixed $signatoryId */ public function setSignatoryId($signatoryId) { $this->signatoryId = $signatoryId; } /** * @return mixed */ public function getType() { return $this->type; } /** * @param mixed $type */ public function setType($type) { $this->type = $type; } /** * @return mixed */ public function getDocumentId() { return $this->documentId; } /** * @param mixed $documentId */ public function setDocumentId($documentId) { $this->documentId = $documentId; } /** * @return mixed */ public function getSealId() { return $this->sealId; } /** * @param mixed $sealId */ public function setSealId($sealId) { $this->sealId = $sealId; } /** * @return mixed */ public function getOffsetX() { return $this->offsetX; } /** * @param mixed $offsetX */ public function setOffsetX($offsetX) { $this->offsetX = $offsetX; } /** * @return mixed */ public function getOffsetY() { return $this->offsetY; } /** * @param mixed $offsetY */ public function setOffsetY($offsetY) { $this->offsetY = $offsetY; } /** * @return mixed */ public function getPage() { return $this->page; } /** * @param mixed $page */ public function setPage($page) { $this->page = $page; } /** * @return mixed */ public function getKeyword() { return $this->keyword; } /** * @param mixed $keyword */ public function setKeyword($keyword) { $this->keyword = $keyword; } /** * @return mixed */ public function getKeywordIndex() { return $this->keywordIndex; } /** * @param mixed $keywordIndex */ public function setKeywordIndex($keywordIndex) { $this->keywordIndex = $keywordIndex; } }