Class FactivaContentQuery

Description

Containes information about an engine

  • author: Cosmin Popescu - cosminadrianpopescu@gmail.com
  • copyright: Copyright 2009, Cosmin Popescu, All rights reserved

Located in /FactivaContentQuery.class.php (line 8)


	
			
Class Constant Summary
 factiva_SearchOrderPubDateAsc = "PublicationDateChronological"
 factiva_SearchOrderPubDateDesc = "PublicationDateReverseChronological"
Variable Summary
string $controlData
int $count
string $dateFormat
int $first
boolean $noDuplicates
int $range
string $searchOrder
string $searchString
string[] $sourceCodes
Variables
string $contentCategory = null (line 48)

The category of the articles source

  • access: public
string $controlData (line 24)

The session identifier

  • access: public
int $count = 10 (line 42)

The count of articles to return

  • access: public
string $dateFormat = "DDMMCCYY" (line 60)

The date format

  • access: public
int $first = 0 (line 36)

The first result to return

  • access: public
boolean $noDuplicates = false (line 66)

If this is set to false, the duplicates article will be included in the search

  • access: public
int $range = 15 (line 72)

The number of days to look from the current date before

  • access: public
string $searchOrder = "PublicationDateReverseChronological" (line 54)

The search order

  • access: public
string $searchString (line 30)

The query string

  • access: public
string[] $sourceCodes = null (line 78)

The sources codes to search

  • access: public
Class Constants
factiva_SearchDateFormatDMY = "DDMMCCYY" (line 18)
factiva_SearchDateFormatMDY = "MMDDCCYY" (line 17)
factiva_SearchOrderPubDateAsc = "PublicationDateChronological" (line 13)
factiva_SearchOrderPubDateDesc = "PublicationDateReverseChronological" (line 14)
factiva_SearchOrderRelevance = "Relevance" (line 15)
factiva_SourcesCategoryPictures = "Pictures" (line 10)
factiva_SourcesCategoryPublications = "Publications" (line 9)
factiva_SourcesCategoryWebsites = "WebSites" (line 11)

Documentation generated on Thu, 10 Dec 2009 15:16:43 +0100 by phpDocumentor 1.4.1