コード例 #1
0
 /**
  * Set init status fro WPMap.
  *
  * if $is_init is FALSE, then all activity like add, update and delete for shortcodes attributes will be hold in
  * the list of activity and will be executed after initialization.
  *
  * @see Vc_Mapper::iniy.
  * @static
  *
  * @param bool $value
  */
 public static function setInit($value = true)
 {
     self::$is_init = $value;
 }