/** * 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); }