Example #1
0
 /**
  *
  */
 public function __construct($pa_target_info = null)
 {
     parent::__construct();
     $this->info['NAME'] = 'Vimeo';
     $this->description = _t('Replicates media to Vimeo using the Advanced API');
     if ($pa_target_info) {
         $this->setTargetInfo($pa_target_info);
     }
 }
Example #2
0
 /**
  *
  * @param array $pa_target_info
  */
 public function __construct($pa_target_info = null)
 {
     parent::__construct();
     $this->info['NAME'] = 'YouTube';
     $this->description = _t('Replicates media to YouTube using the YouTube API');
     if ($pa_target_info) {
         $this->setTargetInfo($pa_target_info);
     }
 }