Example #1
0
 protected function _getCloud($options = null, $setPluginLoader = true)
 {
     $cloud = new Tag\Cloud($options);
     if ($setPluginLoader) {
         $cloud->getPluginLoader()->addPrefixPath('ZendTest\\Tag\\Cloud\\TestAsset', __DIR__ . '/TestAsset');
     }
     return $cloud;
 }