Example #1
0
 public function getTemplateContents()
 {
     if (parent::getTemplateContents()) {
         $this->templateContents = json_decode($this->templateContents, true);
         $this->contents = $this->templateContents;
         return $this->templateContents;
     } else {
         return false;
     }
 }