Пример #1
0
 private static function init()
 {
     if (self::$my_tree === null) {
         self::$my_tree = new Tree();
     }
 }