예제 #1
0
파일: Promise.php 프로젝트: cubiche/cubiche
 /**
  * {@inheritdoc}
  */
 public function state()
 {
     return $this->deferred->promise()->state();
 }
예제 #2
0
 /**
  * {@inheritdoc}
  */
 public function promise()
 {
     return $this->deferred->promise();
 }