Example #1
0
 public function createBody()
 {
     $body = new Body();
     $body->addStyleClass($this->getPageCode());
     return $body;
 }