Esempio n. 1
0
 /**
  * Sets max size in mega bytes. 
  * 
  * @param integer $maxSizeInMegabytes The maximum size in mega bytes. 
  * 
  * @return none
  */
 public function setMaxSizeInMegabytes($maxSizeInMegabytes)
 {
     $this->_topicDescription->setmaxSizeInMegabytes($maxSizeInMegabytes);
 }