예제 #1
0
 /**
  * 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, $filter = array())
 {
     return parent::FlavorList(FALSE);
 }