コード例 #1
0
 /**
  * @return CArrayList|null
  */
 private static function getCacheNMSProtocolPoints()
 {
     if (is_null(self::$_cacheNMSProtocolPoints)) {
         self::$_cacheNMSProtocolPoints = new CArrayList();
     }
     return self::$_cacheNMSProtocolPoints;
 }