Exemplo n.º 1
0
 public static function getInstance()
 {
     if (PageContent::$instance == null) {
         PageContent::$instance = new PageContent();
     }
     return PageContent::$instance;
 }