Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/lib/zend/Zend/Gdata/Spreadsheets/Extension/RowCount.php
Go to the documentation of this file.
00001 <?php
00026 require_once 'Zend/Gdata/Entry.php';
00027 
00031 require_once 'Zend/Gdata/Extension.php';
00032 
00033 
00043 class Zend_Gdata_Spreadsheets_Extension_RowCount extends Zend_Gdata_Extension
00044 {
00045 
00046     protected $_rootElement = 'rowCount';
00047     protected $_rootNamespace = 'gs';
00048 
00053     public function __construct($text = null)
00054     {
00055         $this->registerAllNamespaces(Zend_Gdata_Spreadsheets::$namespaces);
00056         parent::__construct();
00057         $this->_text = $text;
00058     }
00059 
00060 }
 All Data Structures Namespaces Files Functions Variables Enumerations