SyncGenerator::__construct( $bpGroupId = null, $ldGroupId = null )
Constructor
Description
Source
File: bp-integrations/learndash/library/SyncGenerator.php
34 35 36 37 38 39 40 41 | public function __construct( $bpGroupId = null, $ldGroupId = null) { $this ->bpGroupId = $bpGroupId ; $this ->ldGroupId = $ldGroupId ; $this ->populateData(); $this ->verifyInputs(); } |
Changelog
Version | Description |
---|---|
BuddyBoss 1.0.0 | Introduced. |
Questions?
We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.