| Conditions | 1 |
| Paths | 1 |
| Total Lines | 17 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 14 | public function build() |
||
| 15 | { |
||
| 16 | return [ |
||
| 17 | 'title' => $this->getTitle(), |
||
| 18 | 'dataParent' => $this->getDataParentId(), |
||
| 19 | 'theme' => $this->getThemeId(), |
||
| 20 | 'contactEmail' => $this->getContactEmail(), |
||
| 21 | 'host' => $this->getHost(), |
||
| 22 | 'defaultLocale' => $this->getDefaultLocale(), |
||
| 23 | 'company' => $this->getCompanyId(), |
||
| 24 | 'sendRegistrationEmail' => $this->isSendRegistrationEmail(), |
||
| 25 | 'zohoManager' => $this->getZohoManager(), |
||
| 26 | 'zohoStatus' => $this->getZohoStatus(), |
||
| 27 | 'billingStatus' => $this->getBillingStatus(), |
||
| 28 | 'importRef' => $this->getImportRef(), |
||
| 29 | ]; |
||
| 30 | } |
||
| 31 | } |
||
| 32 |