コード例 #1
0
ファイル: Promise.php プロジェクト: cubiche/cubiche
 /**
  * {@inheritdoc}
  */
 public function state()
 {
     return $this->deferred->promise()->state();
 }
コード例 #2
0
ファイル: ThenResolver.php プロジェクト: cubiche/cubiche
 /**
  * {@inheritdoc}
  */
 public function promise()
 {
     return $this->deferred->promise();
 }