Пример #1
0
 /**
  * Modifies the user agent
  * 
  * @param Brawler_Plugin_Notification $notification
  * @return Brawler_Plugin_Notification
  */
 public function _initCurl(Brawler_Plugin_Notification $notification)
 {
     if ($notification instanceof Brawler_Plugin_Notification_Post) {
         if (Brawler_Console::getArgument('a')) {
             curl_setopt($notification->getReturn(), CURLOPT_USERAGENT, Brawler_Console::getArgument('a')->getValue());
         }
     }
 }