*/ interface ValueSupplierInterface { /** * Returns a map of values. * * @return array */ public function getValues(); }