loadAccounts($forceUser); // will use some user's accounts instead of the defaults } else { // TODO: LOAD DEFAULT ACCOUNTS HERE. } } //// // CUSTOMIZE: This function is designed to load the account-info for the given user. // It will need to be changed if a different system of loading a user's digital-identity // (ie: social accounts) is used. // // This function should be used to allow users of the site to opt to easily submit content (either their // own or that of others) to their social accounts. //// public function loadAccounts($username){ } //// // Given the name of the driver (a define()'ed value) and an array of authorization info, // builds and stores a driver (if possible). //// public function loadDriver($driverType, $authInfo){ } } // end class SocialTool ?>