/**
  * undocumented function
  *
  * @return void
  * @author 
  **/
 public static function add(array $input)
 {
     return SocialTargetCategory::create($input);
 }