Ejemplo n.º 1
0
 /**
  * @param PAGE $page
  */
 public function __construct($page)
 {
     $this->page = $page;
     $class_name = $page->final_class_name('PAGE_TITLE', 'webcore/gui/page_title.php');
     $this->title = new $class_name($page);
     $this->title->prefix = '';
     $this->title->suffix = '';
 }