public function __construct(SiteApplication $app, $shortname = null, $directory = null)
 {
     parent::__construct($app, $shortname, $directory);
     $this->type = self::CAMPAIGN_TYPE_REGULAR;
 }