Property | Type | Description | |
---|---|---|---|
$bot | integer | Number of the bot, which receives the command | |
$channel | string | IRC-Channel to report to | |
$name | string | Project name used in the report | |
$secret | string | Shared secret used to verify the senders autheticity | |
$url | string | URL the report will be passed to |
Method | Description | |
---|---|---|
__construct ( $url, string $secret, string $name, string $channel, integer $bot = 1 ) : void | Construct k.Bot reporter from shared secret | |
report ( pchRepository $repository, array $issues ) : void | Report occured issues |
protected int $bot | ||
return | integer |
protected string $secret | ||
return | string |