Exemple #1
0
 function __construct($config = null)
 {
     if ($config != null) {
         parent::__construct($config);
     }
 }
Exemple #2
0
 /** 
  * Constructor sets configuration and instantiates HttpSocket
  * 
  * @param array config Optional. 
  * @see http://www.vimeo.com/api/docs/simple-api
  */
 function __construct($config = null)
 {
     parent::__construct($config);
     $this->Http =& new HttpSocket();
 }