VbzCart/v1/class/vcCartData Contact

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
< VbzCart‎ | v1/class
Revision as of 15:59, 24 February 2019 by Woozle (talk | contribs) (Created page with "{{page/code/class}} * '''file''': {{l/project|file|cart/cart.data.fg.buyer.php}} * '''extends''': {{l/version|class|vcCartData_NameAddress}} * '''uses''': {{l/version|class|vt...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
/*::::
  PURPOSE: general contact class that has everything (name, mail address, email, phone).
    This is currently only used for Buyers, but might later be extended to Recipients
*/
class vcCartData_Contact extends vcCartData_NameAddress {
    use vtCartData_EmailPhone;
}