I am trying to make multiple API requests and I have to make the request in different functions that are within a class like so:
class exampleClass { f
Answer to first question: Yes you are, each time the method is called it executes all its definition again.
Answer to second question: Yes there is, so called member properties. You can read up about them in the PHP manual here: PHP Manual: Properties