コード例 #1
0
ファイル: OOCurl.php プロジェクト: jsocol/oocurl
 /**
  * Grants access to {@link Curl::$ch $ch} to a {@link CurlParallel} object.
  *
  * @param CurlParallel $mh The CurlParallel object that needs {@link Curl::$ch $ch}.
  */
 public function grant(CurlParallel $mh)
 {
     $mh->accept($this->ch);
     $this->multi = true;
 }