BigCommerce for WordPress
  • Hooks
  • Classes
  • Methods
  • Functions
  • About
Skip to content
Filter by type:
Home / Reference / Classes / Account_Contact / Account_Contact::__construct()

Account_Contact::__construct( $args = array() )

Summary

No summary available.

Source

File: src/BigCommerce/Merchant/Models/Account_Contact.php

	public function __construct( $args = [] ) {
		foreach ( $args as $key => $value ) {
			if ( property_exists( __CLASS__, $key ) ) {
				$this->$key = $value;
			}
		}
	}

Expand full source code Collapse full source code


Related

Used By
  • src/BigCommerce/Merchant/Create_Account.php: Create_Account::request_account()

User Contributed Notes

Have a note or feedback to contribute?

You must log in before being able to contribute a note or feedback.

BigCommerce for WordPress is made by: