1 <?php 2 3 namespace GuzzleHttp\Promise; 4 5 /** 6 * Interface used with classes that return a promise. 7 */ 8 interface PromisorInterface 9 { 10 /** 11 * Returns a promise. 12 * 13 * @return PromiseInterface 14 */ 15 public function promise(); 16 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body