コード例 #1
0
ファイル: Service.php プロジェクト: BulatSa/Ctex
 /**
  * Returns a list of flavors
  *
  * just call the parent FlavorList() method, but pass FALSE
  * because the /flavors/detail resource is not supported
  *
  * @api
  * @return \OpenCloud\Compute\FlavorList
  */
 public function flavorList($details = false, array $filter = array())
 {
     return parent::flavorList(false);
 }