Beispiel #1
0
 /**
  * @param string $url
  * @return void
  */
 public function buildCache()
 {
     parent::buildCache();
     if ($this->getgeodata) {
         $this->buildPhotoGeoCache(true);
     }
 }
Beispiel #2
0
 public function buildCache()
 {
     parent::buildCache();
 }
Beispiel #3
0
 public function buildCache($Cache_Lite = null)
 {
     parent::buildCache($Cache_Lite);
 }