The property shift does not exist. Although not strictly required by PHP, it is generally a best practice to declare properties explicitly.
Loading history...
20
}
21
22
public function getHTMLBody()
23
{
24
return 'You are recieving this message because your pending shift for '.$this->shift['roleID'].' starting at '.$this->shift['startTime'].' has been removed.<br/>
25
Thank you for your interest in this shift, but we could not accomidate your request for this shift at this time.<br/>
26
Thank you,<br/>
27
Burning Flipside Volunteer Team';
28
}
29
30
public function getTextBody()
31
{
32
return 'You are recieving this message because your pending shift for '.$this->shift['roleID'].' starting at '.$this->shift['startTime'].' has been removed.
33
Thank you for your interest in this shift, but we could not accomidate your request for this shift at this time.