Page MenuHomeDevCentral

NotifyNewCommitsAction.php
No OneTemporary

NotifyNewCommitsAction.php

<?php
namespace Nasqueron\Notifications\Actions;
class NotifyNewCommitsAction extends Action {
/**
* The Phabricator repository call sign
*
* @var string
*/
public $callSign;
/**
* Initializes a new instance of a AMQP action to report.
*
* @param string $callSign The Phabricator repository call sign
*/
public function __construct (string $callSign) {
parent::__construct();
$this->callSign = $callSign;
}
}

File Metadata

Mime Type
text/x-php
Expires
Sun, Jun 8, 00:19 (19 h, 34 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2692297
Default Alt Text
NotifyNewCommitsAction.php (489 B)

Event Timeline