Beispiel #1
0
 /**
  * Add all available API to the given bucket
  * 
  * @param ForgeUpgrade_Bucket $bucket
  * 
  * @return void
  */
 protected function addBucketApis(ForgeUpgrade_Bucket $bucket)
 {
     // Simple db api
     $bucket->setApi($this->bucketDb);
 }