__construct() public méthode

construct WeiboOAuth object
public __construct ( $client_id, $client_secret, $access_token = NULL, $refresh_token = NULL )
Exemple #1
0
 function __construct($akey, $skey, $access_token = NULL, $refresh_token = NULL)
 {
     parent::__construct($akey, $skey, $access_token, $refresh_token);
 }