$this->str(true), Repository::CONDITION_CUSTOMER_CODE => $this->str(true), Repository::CONDITION_CUSTOMER_NAME => $this->str(true), Repository::CONDITION_PARKING_MANAGEMENT_CODE => $this->str(true), Repository::CONDITION_PARKING_NAME => $this->str(true), Repository::CONDITION_ADJSUT_SEQ_NO => $this->numeric(true), Repository::CONDITION_SMS_PHONE_NUMBER => $this->str(true), Repository::CONDITION_DONE => $this->boolean(true), Repository::CONDITION_STATUS => $this->str(true), Repository::CONDITION_ORDER_DATE_FROM => $this->date(true), Repository::CONDITION_ORDER_DATE_TO => $this->date(true), Repository::CONDITION_HANDLER_NAME => $this->str(true), ], $this->sortableRules(), ); } }