\JTwitterObjectMock

    Synopsis

    class JTwitterObjectMock extends JTwitterObject {
    • // Inherited members from JTwitterObject
    • protected JRegistry  $options;
    • protected JHttp  $client;
    • protected JTwitterOAuth  $oauth;
    }

    Hierarchy

    Extends

    Members

    protected

    Methods

    public

    • fetchUrl() — Method to build and return a full request URL for the request. This method will add appropriate pagination details if necessary and also prepend the API url to have a complete URL for the request.

    Inherited from JTwitterObject

    public

    • checkRateLimit() — Method to check the rate limit for the requesting IP address
    • fetchUrl() — Method to build and return a full request URL for the request. This method will add appropriate pagination details if necessary and also prepend the API url to have a complete URL for the request.
    • getOption() — Get an option from the JTwitterObject instance.
    • getRateLimit() — Method to retrieve the rate limit for the requesting IP address
    • sendRequest() — Method to send the request.
    • setOption() — Set an option for the JTwitterObject instance.