コード例 #1
0
 static function init()
 {
     self::$messages = get_transient(self::getTransientKey());
     if (!array(self::$messages)) {
         self::$messages = array();
     }
 }