Пример #1
0
 public static function getProperties()
 {
     if (self::$properties == null) {
         self::$properties = array();
     }
     return self::$properties;
 }