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