예제 #1
0
파일: GData.php 프로젝트: stunti/zf2
 /**
  * Create Gdata object
  *
  * @param \Zend\HTTP\Client $client
  * @param string $applicationId The identity of the app in the form of
  *          Company-AppName-Version
  */
 public function __construct($client = null, $applicationId = 'MyCompany-MyApp-1.0')
 {
     parent::__construct($client, $applicationId);
 }