Example #1
0
 /** Get a {@link CurlCaller} instance.
  *
  * @return	CurlCaller	A {@link CurlCaller} instance.
  * @static
  * @access	public
  */
 public static function getCurlCaller()
 {
     return CurlCaller::getInstance();
 }