예제 #1
0
 public function urlMappingFunction($name, $retry = 3)
 {
     $this->DBCalled = false;
     $args = func_get_args();
     list($this->MagicKey, $val) = EventCache::magic($this, __FUNCTION__, $args, array('deploy'), array('unique' => array('a' => array(1, 2, 3), 'b', 'c'), 'lightning' => true, 'keypair' => true));
     return $val;
 }
예제 #2
0
파일: EventCache.php 프로젝트: nsyed/kvzlib
 public static function getLogs()
 {
     $_this = EventCache::getInstance();
     return $_this->getLogs();
 }