ted_chou12 Posted July 19, 2014 Share Posted July 19, 2014 Hi, I have an output of print_r here: Google_Service_Calendar_Acl_Resource Object ( [stackParameters:Google_Service_Resource:private] => Array ( [alt] => Array ( [type] => string [location] => query ) [fields] => Array ( [type] => string [location] => query ) [trace] => Array I am wondering what is the right syntax to create the instance and set the variables? Thanks, Ted Quote Link to comment Share on other sites More sharing options...
ginerjm Posted July 19, 2014 Share Posted July 19, 2014 Create what instance? Set what variables? Mind giving us some more info? Quote Link to comment Share on other sites More sharing options...
Rifts Posted July 21, 2014 Share Posted July 21, 2014 using the little info you gave maybe something like $newObj = Google_Service_Calendar_Acl_Resource(); Quote Link to comment Share on other sites More sharing options...
trq Posted July 21, 2014 Share Posted July 21, 2014 using the little info you gave maybe something like $newObj = Google_Service_Calendar_Acl_Resource(); That assumes Google_Service_Calendar_Acl_Resource is a function which it is not. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.