Inheritance: implements Liip\RMT\ContextAwareInterface, implements Liip\RMT\Action\ActionInterface
コード例 #1
0
ファイル: UpdateVersionClassAction.php プロジェクト: liip/rmt
 public function __construct($options)
 {
     parent::__construct($options);
 }
コード例 #2
0
ファイル: VcsPublishAction.php プロジェクト: liip/rmt
 public function __construct($options = array())
 {
     parent::__construct(array_merge(array('ask-confirmation' => true, 'remote-name' => null, 'ask-remote-name' => false), $options));
 }
コード例 #3
0
ファイル: WorkingCopyCheck.php プロジェクト: liip/rmt
 public function __construct($options = array())
 {
     parent::__construct(array_merge(array('allow-ignore' => false), $options));
 }