Property | Type | Description | |
---|---|---|---|
$receiver | mixed | Receiver of the mail | |
$sender | string | Sender of the mail | |
$subject | string | Subject of the mail |
Method | Description | |
---|---|---|
__construct ( string $sender, string $receiver, string $subject ) : void | Construct mail reporter | |
report ( pchRepository $repository, array $issues ) : void | Report occured issues |
Method | Description | |
---|---|---|
replacePlaceholders ( string $string, pchRepository $repository ) : string | Replace placeholders in user provided strings |
protected replacePlaceholders ( string $string, pchRepository $repository ) : string | ||
$string | string | |
$repository | pchRepository | |
return | string |