3 declare(strict_types=1);
95 return $this->description;
106 return $this->status;
117 return $this->predicate;
139 return $this->requesters;
170 $this->description = $description;
181 $this->status = $status;
192 $this->predicate = $predicate;
203 $this->approvers = $approvers;
214 $this->requesters = $requesters;
225 $this->approvers = $approvers;