|
Moodle
2.2.1
http://www.collinsharper.com
|
00001 <?php 00031 class Zend_Service_DeveloperGarden_Request_BaseUserService_GetQuotaInformation 00032 { 00038 public $moduleId = null; 00039 00046 public function __construct($moduleId = null) 00047 { 00048 $this->setModuleId($moduleId); 00049 } 00050 00057 public function setModuleId($moduleId = null) 00058 { 00059 $this->moduleId = $moduleId; 00060 return $this; 00061 } 00062 00068 public function getModuleId() 00069 { 00070 return $this->moduleId; 00071 } 00072 }