コード例 #1
0
ファイル: Projects.php プロジェクト: AppVentus/taiga-php-sdk
 /**
  * Projects Endpoint constructor.
  * @param Api $root
  */
 public function __construct(Api $root)
 {
     parent::__construct($root);
     $this->prefix = 'projects';
 }
コード例 #2
0
 /**
  * UserStories Endpoint constructor.
  * @param Api $root
  */
 public function __construct(Api $root)
 {
     parent::__construct($root);
     $this->prefix = 'userstories';
 }
コード例 #3
0
 /**
  * Milestones Endpoint constructor.
  * @param Api $root
  */
 public function __construct(Api $root)
 {
     parent::__construct($root);
     $this->prefix = 'milestones';
 }