Beispiel #1
0
 /**
  * Returns the current page's Head object.
  * @return THead	The reference to the THead object
  */
 public function getHead()
 {
     return is_null($this->head) && !is_null($this->masterPage) ? $this->masterPage->getHead() : $this->head;
 }