Example #1
0
 function dumpToTex()
 {
     if ($this->content == NULL) {
         return "";
     }
     return parent::dumpToTex();
 }