[ Index ]

PHP Cross Reference of moodle-2.8

title

Body

[close]

/lib/zend/Zend/Gdata/Docs/ -> Query.php (summary)

Zend Framework LICENSE

Copyright: Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
License: http://framework.zend.com/license/new-bsd New BSD License
Version: $Id$
File Size: 222 lines (6 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

Zend_Gdata_Docs_Query:: (10 methods):
  __construct()
  setProjection()
  setVisibility()
  getProjection()
  getVisibility()
  setTitle()
  getTitle()
  setTitleExact()
  getTitleExact()
  getQueryUrl()


Class: Zend_Gdata_Docs_Query  - X-Ref

Assists in constructing queries for Google Document List documents

__construct()   X-Ref
Constructs a new instance of a Zend_Gdata_Docs_Query object.


setProjection($value)   X-Ref
Sets the projection for this query. Common values for projection
include 'full'.

param: string $value
return: Zend_Gdata_Docs_Query Provides a fluent interface

setVisibility($value)   X-Ref
Sets the visibility for this query. Common values for visibility
include 'private'.

return: Zend_Gdata_Docs_Query Provides a fluent interface

getProjection()   X-Ref
Gets the projection for this query.

return: string projection

getVisibility()   X-Ref
Gets the visibility for this query.

return: string visibility

setTitle($value)   X-Ref
Sets the title attribute for this query. The title parameter is used
to restrict the results to documents whose titles either contain or
completely match the title.

param: string $value
return: Zend_Gdata_Docs_Query Provides a fluent interface

getTitle()   X-Ref
Gets the title attribute for this query.

return: string title

setTitleExact($value)   X-Ref
Sets the title-exact attribute for this query.
If title-exact is set to true, the title query parameter will be used
in an exact match. Only documents with a title identical to the
title parameter will be returned.

param: boolean $value Use either true or false
return: Zend_Gdata_Docs_Query Provides a fluent interface

getTitleExact()   X-Ref
Gets the title-exact attribute for this query.

return: string title-exact

getQueryUrl()   X-Ref
Gets the full query URL for this query.

return: string url



Generated: Fri Nov 28 20:29:05 2014 Cross-referenced by PHPXref 0.7.1