[ Index ]

PHP Cross Reference of moodle-2.8

title

Body

[close]

/lib/zend/Zend/Service/Technorati/ -> DailyCountsResult.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: 93 lines (2 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

Zend_Service_Technorati_DailyCountsResult:: (3 methods):
  __construct()
  getDate()
  getCount()


Class: Zend_Service_Technorati_DailyCountsResult  - X-Ref

Represents a single Technorati DailyCounts query result object.
It is never returned as a standalone object,
but it always belongs to a valid Zend_Service_Technorati_DailyCountsResultSet object.

__construct(DomElement $dom)   X-Ref
Constructs a new object object from DOM Document.

param: DomElement $dom the ReST fragment for this object

getDate()   X-Ref
Returns the date of count.

return: Zend_Date

getCount()   X-Ref
Returns the number of posts containing query on given date.

return: int



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