3 declare(strict_types=1);
70 if (is_null($this->products)) {
72 $data = $this->
raw(self::FIELD_PRODUCTS);
91 if (is_null($this->productsSearch)) {
93 $data = $this->
raw(self::FIELD_PRODUCTS_SEARCH);
112 if (is_null($this->orders)) {
114 $data = $this->
raw(self::FIELD_ORDERS);
115 if (is_null($data)) {
133 if (is_null($this->customers)) {
135 $data = $this->
raw(self::FIELD_CUSTOMERS);
136 if (is_null($data)) {