コード例 #1
0
ファイル: Events.php プロジェクト: dextercowley/jissues
 /**
  * Constructor.
  *
  * @since   1.0
  */
 public function __construct()
 {
     parent::__construct();
     $this->description = g11n3t('Retrieve issue events from GitHub.');
     $this->addOption(new TrackerCommandOption('issue', '', g11n3t('<n> Process only a single issue.')))->addOption(new TrackerCommandOption('all', '', g11n3t('Process all issues.')));
 }
コード例 #2
0
ファイル: Issues.php プロジェクト: dextercowley/jissues
 /**
  * Constructor.
  *
  * @since   1.0
  */
 public function __construct()
 {
     parent::__construct();
     $this->description = g11n3t('Retrieve issues from GitHub.');
 }
コード例 #3
0
ファイル: Milestones.php プロジェクト: dextercowley/jissues
 /**
  * Constructor.
  *
  * @since   1.0
  */
 public function __construct()
 {
     parent::__construct();
     $this->description = g11n3t('Retrieve project milestones from GitHub.');
 }