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
*/
public function __construct ($callSign) {
parent::__construct();
$this->callSign = $callSign;
}
}

File Metadata

Mime Type
text/x-php
Expires
Fri, Feb 28, 20:13 (9 h, 15 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2438690
Default Alt Text
NotifyNewCommitsAction.php (406 B)

Event Timeline