Example #1
0
 public static function getInstance()
 {
     if (null === static::$instance) {
         TemplateReader::$instance = new TemplateReader();
     }
     return static::$instance;
 }