Class OnpubQueryOptions

Description

Onpub database query options.

Located in /OnpubQueryOptions.php (line 13)


	
			
Variable Summary
Method Summary
OnpubQueryOptions __construct ()
int getPage ()
void setPage (int $page, int $rowLimit)
Variables
DateTime $dateAfter (line 63)

Default is NULL.

  • access: public
DateTime $dateLimit (line 69)

Default is NULL.

  • access: public
bool $fullTextSearch (line 75)

Default is FALSE.

  • access: public
bool $includeArticles (line 21)

Default is FALSE. Set to TRUE if you would like article data to be included in the database query results (where applicable).

  • access: public
bool $includeAuthors (line 27)

Default is FALSE.

  • access: public
bool $includeContent (line 33)

Default is TRUE.

  • access: public
bool $includeSections (line 39)

Default is FALSE.

  • access: public
string $order (line 51)

Default is NULL.

  • access: public
string $orderBy (line 45)

Default is NULL.

  • access: public
int $rowLimit (line 57)

Default is NULL.

  • access: public
Methods
Constructor __construct (line 79)
OnpubQueryOptions __construct ()
getPage (line 97)
  • access: public
int getPage ()
setPage (line 108)

Paginate a set of rows.

  • access: public
void setPage (int $page, int $rowLimit)
  • int $page
  • int $rowLimit

Documentation generated on Fri, 08 Feb 2013 04:02:21 -0500 by phpDocumentor 1.4.4