예제 #1
0
파일: Stat.php 프로젝트: WeMoveEU/speakcivi
 private static function setData($description)
 {
     return array(self::COL_SID => CRM_Core_Key::sessionID(), self::COL_DESC => $description, self::COL_SEC => microtime(true));
 }