Plugin Directory

Changeset 1261959


Ignore:
Timestamp:
10/08/2015 08:13:43 PM (10 years ago)
Author:
steven.gohigher
Message:

Committing file changes for 3.1.06

Location:
integrator3/trunk
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • integrator3/trunk/integrator.php

    r1205277 r1261959  
    66 * @copyright  2009-2013 Go Higher Information Services, LLC.  All rights reserved.
    77 * @license    GNU General Public License version 2, or later
    8  * @version    3.1.05 ( $Id: integrator.php 348 2014-11-14 16:32:56Z steven_gohigher $ )
     8 * @version    3.1.06 ( $Id: integrator.php 348 2014-11-14 16:32:56Z steven_gohigher $ )
    99 * @author     Go Higher Information Services, LLC
    1010 * @since      3.0.0
     
    1919Author: Go Higher Information Services, LLC
    2020Author URI: https://www.gohigheris.com/
    21 Version: 3.1.05
     21Version: 3.1.06
    2222*/
    2323
    24 define( 'INTEGRATOR_VERSION', "3.1.05" );
     24define( 'INTEGRATOR_VERSION', "3.1.06" );
    2525
    2626/**
    2727 * Integrator Class
    28  * @version     3.1.05
     28 * @version     3.1.06
    2929 * 
    3030 * @since       3.0.0
     
    4141     * Constructor method
    4242     * @access      public
    43      * @version     3.1.05
     43     * @version     3.1.06
    4444     *
    4545     * @since       3.0.0
     
    107107     * Initializes in admin
    108108     * @access      public
    109      * @version     3.1.05
     109     * @version     3.1.06
    110110     *
    111111     * @since       3.0.0
     
    121121     * Create the meta box for the Integrated Link admin area
    122122     * @access      public
    123      * @version     3.1.05
     123     * @version     3.1.06
    124124     *
    125125     * @since       3.0.0
     
    157157     * Handles the Integrated Link field in admin area and sets it to meta data
    158158     * @access      public
    159      * @version     3.1.05
     159     * @version     3.1.06
    160160     * @param       integer     - $post_id: the post id passed by admin area
    161161     * @param       array       - $post: contains description of the post
     
    201201     * Place holder for adding javascript to the admin header
    202202     * @access      public
    203      * @version     3.1.05
     203     * @version     3.1.06
    204204     *
    205205     * @since       3.0.0
     
    214214     * Generates the menu item
    215215     * @access      public
    216      * @version     3.1.05
     216     * @version     3.1.06
    217217     *
    218218     * @since       3.0.0
     
    227227     * Renders and handles the options page for the Integrator
    228228     * @access      public
    229      * @version     3.1.05
     229     * @version     3.1.06
    230230     *
    231231     * @since       3.0.0
     
    280280     * Method to grab the cnxn pages from the Integrator
    281281     * @access      public
    282      * @version     3.1.05
     282     * @version     3.1.06
    283283     *
    284284     * @return      array
     
    308308     * Method to get a route from the Integrator
    309309     * @access      public
    310      * @version     3.1.05
     310     * @version     3.1.06
    311311     *
    312312     * @return      result of API call
     
    329329     * Intercepts calls for the intlink post type and redirects
    330330     * @access      public
    331      * @version     3.1.05
     331     * @version     3.1.06
    332332     *
    333333     * @since       3.0.0
     
    443443     * Grabs the logged in cookies when passed through the set_logged_in_cookie action in WP
    444444     * @access      public
    445      * @version     3.1.05
     445     * @version     3.1.06
    446446     * @param       string      - $cookie: the value of the set cookie
    447447     *
     
    458458     * Action handler for logging into the site
    459459     * @access      public
    460      * @version     3.1.05
     460     * @version     3.1.06
    461461     * @param       string      - $redirect_to: the redirect url
    462462     * @param       bool        - $isset: if the $redirect has been sent back (login started)
     
    515515     * Action handler for logging out and redirecting to Integrator
    516516     * @access      public
    517      * @version     3.1.05
     517     * @version     3.1.06
    518518     *
    519519     * @since       3.0.0s
     
    579579     * Perform actual deletion
    580580     * @access      public
    581      * @version     3.1.05
     581     * @version     3.1.06
    582582     * @param       integer     - $user_id: the user id of the user we just deleted in WP
    583583     *
     
    604604     * Grab a copy of the user before we delete them
    605605     * @access      public
    606      * @version     3.1.05
     606     * @version     3.1.06
    607607     * @param       integer     - $user_id: contains the user id of the user to delete
    608608     *
     
    620620     * Update user information on Integrator
    621621     * @access      public
    622      * @version     3.1.05
     622     * @version     3.1.06
    623623     * @param       integer     - $user_id: id of user
    624624     * @param       array       - $post: the original data of user
     
    648648     * Validates user information prior to saving
    649649     * @access      public
    650      * @version     3.1.05
     650     * @version     3.1.06
    651651     * @param       object      - $errors: (reference) WP_Error object
    652652     * @param       boolean     - $update: if this is an update then true
     
    699699     * Permits getting of variables
    700700     * @access      public
    701      * @version     3.1.05
     701     * @version     3.1.06
    702702     * @param       string      - $var: the name of the variable to get
    703703     * @param       mixed       - $default: the default value if not set
     
    715715     * Permits setting of variables
    716716     * @access      public
    717      * @version     3.1.05
     717     * @version     3.1.06
    718718     * @param       string      - $var: the name of the variable to set
    719719     * @param       mixed       - $value: the value to set
     
    740740     * Easy wrapper for pinging Integrator
    741741     * @access      private
    742      * @version     3.1.05
     742     * @version     3.1.06
    743743     * @param       boolean     - $updated: if we are updating settings, set to true to grab from POST
    744744     *
     
    755755     * Convenient file includer
    756756     * @access      private
    757      * @version     3.1.05
     757     * @version     3.1.06
    758758     *
    759759     * @since       3.0.0
     
    802802     * Method to check to see if we are active or not
    803803     * @access      private
    804      * @version     3.1.05
     804     * @version     3.1.06
    805805     *
    806806     * @return      boolean
     
    827827     * Easy wrapper for updating settings on the Integrator
    828828     * @access      private
    829      * @version     3.1.05
     829     * @version     3.1.06
    830830     * @param       boolean     - $updated: if we are updating settings, set to true to grab from POST
    831831     *
     
    854854/**
    855855 * Integrator XMLRPC Handler
    856  * @version     3.1.05
     856 * @version     3.1.06
    857857 *
    858858 * @since       3.0.0
     
    865865     * Takes a set of credentials and authenticates them against WP
    866866     * @access      public
    867      * @version     3.1.05
     867     * @version     3.1.06
    868868     * @param       array       - $args: the arguments passed via XMLRPC Server
    869869     *
     
    896896     * Returns this version of the Integrator
    897897     * @access      public
    898      * @version     3.1.05
     898     * @version     3.1.06
    899899     * @param       array       - $args: the arguments passed via XMLRPC Server
    900900     *
     
    911911     * Gets the Wordpress menu tree
    912912     * @access      public
    913      * @version     3.1.05
     913     * @version     3.1.06
    914914     * @param       array of arguments passed via XML-RPC
    915915     *
     
    960960     * Gets missing credentials for user
    961961     * @access      public
    962      * @version     3.1.05
     962     * @version     3.1.06
    963963     * @param       array of arguments passed via XML-RPC
    964964     *
     
    989989     * Log a user in first
    990990     * @access      public
    991      * @version     3.1.05
     991     * @version     3.1.06
    992992     * @param       array       - $args: the arguments passed via XMLRPC Server
    993993     *
     
    10271027     * Ping interface
    10281028     * @access      public
    1029      * @version     3.1.05
     1029     * @version     3.1.06
    10301030     * @param       array       - $args: the arguments passed via XMLRPC Server
    10311031     *
     
    10551055     * Create a new user in WP
    10561056     * @access      public
    1057      * @version     3.1.05
     1057     * @version     3.1.06
    10581058     * @param       array       - $args: the arguments passed via XMLRPC Server
    10591059     *
     
    10831083     * Find a user in WP
    10841084     * @access      public
    1085      * @version     3.1.05
     1085     * @version     3.1.06
    10861086     * @param       array       - $args: the arguments passed via XMLRPC Server
    10871087     *
     
    11071107     * Method to remove a user from WP
    11081108     * @access      public
    1109      * @version     3.1.05
     1109     * @version     3.1.06
    11101110     * @param       array       - $args: the arguments passed via XMLRPC Server
    11111111     *
     
    11401140     * Method to search for a user
    11411141     * @access      public
    1142      * @version     3.1.05
     1142     * @version     3.1.06
    11431143     * @param       array       - $args: the arguments passed via XMLRPC Server
    11441144     *
     
    11621162     * Updates a user in WP
    11631163     * @access      public
    1164      * @version     3.1.05
     1164     * @version     3.1.06
    11651165     * @param       array       - $args: the arguments passed via XMLRPC Server
    11661166     *
     
    12091209     * Provides for new user validation
    12101210     * @access      public
    1211      * @version     3.1.05
     1211     * @version     3.1.06
    12121212     * @param       array       - $args: the arguments passed via XMLRPC Server
    12131213     *
     
    12391239     * Provides for existing user validation on changes
    12401240     * @access      public
    1241      * @version     3.1.05
     1241     * @version     3.1.06
    12421242     * @param       array       - $args: the arguments passed via XMLRPC Server
    12431243     *
     
    13671367 * Integrator initilization
    13681368 * @access      public
    1369  * @version     3.1.05
     1369 * @version     3.1.06
    13701370 *
    13711371 * @since       3.0.0
  • integrator3/trunk/integrator/api.php

    r1205277 r1261959  
    66 * @copyright  2009-2013 Go Higher Information Services, LLC.  All rights reserved.
    77 * @license    GNU General Public License version 2, or later
    8  * @version    3.1.05 ( $Id: api.php 142 2012-11-28 02:28:39Z steven_gohigher $ )
     8 * @version    3.1.06 ( $Id: api.php 142 2012-11-28 02:28:39Z steven_gohigher $ )
    99 * @author     Go Higher Information Services, LLC
    1010 * @since      3.0.0
     
    2525/**
    2626 * IntApi class object
    27  * @version     3.1.05
     27 * @version     3.1.06
    2828 *
    2929 * @since       3.0.0
     
    9999     * Constructor method
    100100     * @access      public
    101      * @version     3.1.05
     101     * @version     3.1.06
    102102     *
    103103     * @since       3.0.0
     
    143143     * Getter method
    144144     * @access      public
    145      * @version     3.1.05
     145     * @version     3.1.06
    146146     * @param       string      - $name: the name of the property trying to be gotten
    147147     *
     
    158158     * Setter method
    159159     * @access      public
    160      * @version     3.1.05
     160     * @version     3.1.06
    161161     * @param       string      - $name: the name of the property to set
    162162     * @param       mixed       - $value: the value to set the property to
     
    173173     * Retrieves all the pages for all the connections
    174174     * @access      public
    175      * @version     3.1.05
     175     * @version     3.1.06
    176176     *
    177177     * @return      result of api call
     
    192192     * Retrieves the correct route for a selected connection / page combination
    193193     * @access      public
    194      * @version     3.1.05
     194     * @version     3.1.06
    195195     * @param       array       - $post: contains the cnxn_id and page being requested
    196196     *
     
    216216     * Retrieves connections requiring wrapping
    217217     * @access      public
    218      * @version     3.1.05
     218     * @version     3.1.06
    219219     *
    220220     * @return      result of api call
     
    235235     * Pings the Integrator to ensure connection
    236236     * @access      public
    237      * @version     3.1.05
     237     * @version     3.1.06
    238238     * @param       boolean     - $updated: if true we should pull values from $_POST
    239239     *
     
    274274     * Updates the settings in the Integrator with the settings established in the component
    275275     * @access      public
    276      * @version     3.1.05
     276     * @version     3.1.06
    277277     * @param       boolean     - $updated: if true we should pull values from $_POST
    278278     *
     
    316316     * Create a new user throughout the Integrator
    317317     * @access      public
    318      * @version     3.1.05
     318     * @version     3.1.06
    319319     * @param       array       - $post: the user array to send
    320320     *
     
    339339     * Calls the Integrator to remove a user
    340340     * @access      public
    341      * @version     3.1.05
     341     * @version     3.1.06
    342342     * @param       string      - $email: the email address of the user being deleted
    343343     *
     
    363363     * Updates user information across the various Integrator connections
    364364     * @access      public
    365      * @version     3.1.05
     365     * @version     3.1.06
    366366     * @param       array       - $post: the user array to send
    367367     *
     
    386386     * Validate user information prior to creation
    387387     * @access      public
    388      * @version     3.1.05
     388     * @version     3.1.06
    389389     * @param       array       - $post: the user array to send
    390390     *
     
    412412     * Validates user information across the various Integrator connections
    413413     * @access      public
    414      * @version     3.1.05
     414     * @version     3.1.06
    415415     * @param       array       - $post: the user array to send
    416416     *
     
    438438     * Wrapper for calling up the API interface
    439439     * @access      private
    440      * @version     3.1.05
     440     * @version     3.1.06
    441441     * @param       string      - $url: the url to connect to
    442442     * @param       array       - $post: any additional post variables to send
     
    482482     * Uniform method to set the api url
    483483     * @access      private
    484      * @version     3.1.05
     484     * @version     3.1.06
    485485     * @param       string      - $url: the setting for the api url to use
    486486     *
  • integrator3/trunk/integrator/curl.php

    r1205277 r1261959  
    77 * @copyright  2009-2013 Go Higher Information Services, LLC.  All rights reserved.
    88 * @license    GNU General Public License version 2, or later
    9  * @version    3.1.05 ( $Id: curl.php 144 2012-11-29 17:19:42Z steven_gohigher $ )
     9 * @version    3.1.06 ( $Id: curl.php 144 2012-11-29 17:19:42Z steven_gohigher $ )
    1010 * @author     Go Higher Information Services, LLC
    1111 * @since      3.0.0
     
    2121/**
    2222 * IntCurl class object
    23  * @version     3.1.05
     23 * @version     3.1.06
    2424 *
    2525 * @since       3.0.0
     
    120120     * Constructor
    121121     * @access      public
    122      * @version     3.1.05
     122     * @version     3.1.06
    123123     * @param       string      - $url: if set contains a URL to create the CURL instance with
    124124     *
     
    138138     * Call constructor - when a method is called
    139139     * @access      public
    140      * @version     3.1.05
     140     * @version     3.1.06
    141141     * @param       string      - $method: the name of the method being called
    142142     * @param       array       - $arguments: the arguments passed to the method
     
    168168     * Simple call method
    169169     * @access      public
    170      * @version     3.1.05
     170     * @version     3.1.06
    171171     * @param       string      - $method: the call method to perform
    172172     * @param       string      - $url: the url to call with curl
     
    197197     * Simple FTP get
    198198     * @access      public
    199      * @version     3.1.05
     199     * @version     3.1.06
    200200     * @param       string      - $url: the url to call for
    201201     * @param       string      - $file_path: the remote file path to get
     
    246246     * Sets the required items for a post using curl
    247247     * @access      public
    248      * @version     3.1.05
     248     * @version     3.1.06
    249249     * @param       varies      - $params: the parameters to post
    250250     * @param       array       - $options: the options to use for curl handler
     
    273273     * Sets the required items for a put using curl
    274274     * @access      public
    275      * @version     3.1.05
     275     * @version     3.1.06
    276276     * @param       varies      - $params: the parameters to put
    277277     * @param       array       - $options: the options to use for curl handler
     
    299299     * Performs a delete through the curl handler
    300300     * @access      public
    301      * @version     3.1.05
     301     * @version     3.1.06
    302302     * @param       varies      - $params: the parameters to use for execution
    303303     * @param       array       - $options: the options for the curl handler
     
    322322     * Sets the cookeis for the curl handler
    323323     * @access      public
    324      * @version     3.1.05
     324     * @version     3.1.06
    325325     * @param       varies      - $params: the cookie parameters to use
    326326     *
     
    342342     * Tests to see if there are errors
    343343     * @access      public
    344      * @version     3.1.05
     344     * @version     3.1.06
    345345     *
    346346     * @return      string of error message or false on no error
     
    356356     * Sets an http header
    357357     * @access      public
    358      * @version     3.1.05
     358     * @version     3.1.06
    359359     * @param       string      - $header: the header type to use
    360360     * @param       string      - $content: the content to set the header to
     
    371371     * Sets the http method
    372372     * @access      public
    373      * @version     3.1.05
     373     * @version     3.1.06
    374374     * @param       string      - $method: the setting to use
    375375     *
     
    387387     * Create http login option fields
    388388     * @access      public
    389      * @version     3.1.05
     389     * @version     3.1.06
    390390     * @param       string      - $username: the username to use
    391391     * @param       string      - $password: the password to use
     
    406406     * Sets proxy options for the curl handler
    407407     * @access      public
    408      * @version     3.1.05
     408     * @version     3.1.06
    409409     * @param       string      - $url: the url to use as the proxy server
    410410     * @param       integer     - $port: the port on the proxy server to connect through
     
    424424     * Sets the login for a proxy server for the curl handler
    425425     * @access      public
    426      * @version     3.1.05
     426     * @version     3.1.06
    427427     * @param       string      - $username: the username to use
    428428     * @param       string      - $password: the password to use
     
    441441     * Sets the required items for an ssl connection
    442442     * @access      public
    443      * @version     3.1.05
     443     * @version     3.1.06
    444444     * @param       boolean     - $verify_peer: true to verify peer
    445445     * @param       integer     - $verify_host: the verify host integer setting for the curl handler
     
    467467     * Sets an array of options to the curl handler options
    468468     * @access      public
    469      * @version     3.1.05
     469     * @version     3.1.06
    470470     * @param       array       - $options: array to set
    471471     *
     
    493493     * Sets an individual option code and value
    494494     * @access      public
    495      * @version     3.1.05
     495     * @version     3.1.06
    496496     * @param       string      - $code: the curl option to set
    497497     * @param       varies      - $value: the value to set the code to
     
    514514     * Creates a new curl handler session and resets common items
    515515     * @access      public
    516      * @version     3.1.05
     516     * @version     3.1.06
    517517     * @param       string      - $url: the url to use for the curl handler
    518518     *
     
    547547     * Executes the actual curl request
    548548     * @access      public
    549      * @version     3.1.05
     549     * @version     3.1.06
    550550     *
    551551     * @return      response or false on error
     
    620620     * Checks to see if curl is actually enabled
    621621     * @access      public
    622      * @version     3.1.05
     622     * @version     3.1.06
    623623     *
    624624     * @return      boolean true if curl is enabled
     
    634634     * Outputs the debugging screen
    635635     * @access      public
    636      * @version     3.1.05
     636     * @version     3.1.06
    637637     *
    638638     * @return      string containing debug information
     
    675675     * Assembles an array of request options for debugging
    676676     * @access      public
    677      * @version     3.1.05
     677     * @version     3.1.06
    678678     *
    679679     * @return      array
     
    689689     * Sets the default values when new sessions are created
    690690     * @access      private
    691      * @version     3.1.05
     691     * @version     3.1.06
    692692     *
    693693     * @since       3.0.0
  • integrator3/trunk/integrator/helper.php

    r1205277 r1261959  
    66 * @copyright  2009-2013 Go Higher Information Services, LLC.  All rights reserved.
    77 * @license    GNU General Public License version 2, or later
    8  * @version    3.1.05 ( $Id: helper.php 244 2013-04-24 13:31:54Z steven_gohigher $ )
     8 * @version    3.1.06 ( $Id: helper.php 244 2013-04-24 13:31:54Z steven_gohigher $ )
    99 * @author     Go Higher Information Services, LLC
    1010 * @since      3.0.0
     
    2525/**
    2626 * IntHelper class object
    27  * @version     3.1.05
     27 * @version     3.1.06
    2828 *
    2929 * @since       3.0.0
     
    3535     * Finds a user and returns a single array
    3636     * @access      public
    37      * @version     3.1.05
     37     * @version     3.1.06
    3838     * @param       string      - $find: either an email or username
    3939     *
     
    6767     * Creates a quick form redirection to send back to the Integrator securely
    6868     * @access      public
    69      * @version     3.1.05
     69     * @version     3.1.06
    7070     * @param       string      - $url: the form action to send to
    7171     * @param       array       - $fields: hidden fields to send
     
    9898     * Checks a username to see if it is actually an email address
    9999     * @access      public
    100      * @version     3.1.05
     100     * @version     3.1.06
    101101     * @param       string      - $username: the suspect username
    102102     *
     
    117117     * @access      public
    118118     * @static
    119      * @version     3.1.05 ( $id$ )
     119     * @version     3.1.06 ( $id$ )
    120120     * @param       string      - $name: the cookie name
    121121     * @param       string      - $id: the value assigned
     
    159159     * Builds a recursive tree from an array of menu items
    160160     * @access      public
    161      * @version     3.1.05
     161     * @version     3.1.06
    162162     * @param       integer     - $id: the parent to start from
    163163     * @param       string      - $indent: any indent value passed on
     
    193193     * Searches for a user and returns all matches
    194194     * @access      public
    195      * @version     3.1.05
     195     * @version     3.1.06
    196196     * @param       string      - $search
    197197     *
  • integrator3/trunk/integrator/uri.php

    r1205277 r1261959  
    77 * @copyright  2009-2013 Go Higher Information Services, LLC.  All rights reserved.
    88 * @license    GNU General Public License version 2, or later
    9  * @version    3.1.05 ( $Id: uri.php 3 2012-04-19 14:16:13Z steven_gohigher $ )
     9 * @version    3.1.06 ( $Id: uri.php 3 2012-04-19 14:16:13Z steven_gohigher $ )
    1010 * @author     Go Higher Information Services, LLC
    1111 * @since      3.0.0
     
    2121/**
    2222 * URI class for managing Uniform Resource Identifiers
    23  * @version     3.1.05
     23 * @version     3.1.06
    2424 *
    2525 * @since       3.0.0
     
    112112     * Constructor method
    113113     * @access      public
    114      * @version     3.1.05
     114     * @version     3.1.06
    115115     * @param       string      - $uri: contains the URI to generate object from
    116116     *
     
    128128     * Gets an object for the given URI, creating it if it doesn't exist
    129129     * @access      public
    130      * @version     3.1.05
     130     * @version     3.1.06
    131131     * @param       string      - $uri: contains the URI to retrieve
    132132     * @param       boolean     - $force: if set will force a new object to be created
     
    180180     * Gets the base portion of the URI object
    181181     * @access      public
    182      * @version     3.1.05
     182     * @version     3.1.06
    183183     * @param       boolean     - $pathonly: if set will only return the base of the URI
    184184     *
     
    210210     * Gets the root of the URI object only
    211211     * @access      public
    212      * @version     3.1.05
     212     * @version     3.1.06
    213213     * @param       boolean     - $pathonly: if set will send back only the path
    214214     * @param       string      - $path: if set will return the root with the provided path instead
     
    239239     * Gets the current URI of the server regardless of the current object
    240240     * @access      public
    241      * @version     3.1.05
     241     * @version     3.1.06
    242242     *
    243243     * @return      string of the current URI
     
    259259     * Takes a URI string and assigns it to the various parts of the object
    260260     * @access      public
    261      * @version     3.1.05
     261     * @version     3.1.06
    262262     * @param       string      - $uri: containing the URI to parse
    263263     *
     
    295295     * Converts the object to a string
    296296     * @access      public
    297      * @version     3.1.05
     297     * @version     3.1.06
    298298     * @param       array       - $parts: if set contains an array of URI parts to assemble and return
    299299     *
     
    323323     * Sets a variable to the query array
    324324     * @access      public
    325      * @version     3.1.05
     325     * @version     3.1.06
    326326     * @param       string      - $name: contains the name of the variable to set
    327327     * @param       varies      - $value: contains the value of the variable to set
     
    342342     * Gets a variable from the query array
    343343     * @access      public
    344      * @version     3.1.05
     344     * @version     3.1.06
    345345     * @param       string      - $name: contains the variable to get the value of
    346346     * @param       varies      - $default: contains the default value to return if no variable found
     
    361361     * Deletes a variable from the query array
    362362     * @access      public
    363      * @version     3.1.05
     363     * @version     3.1.06
    364364     * @param       string      - $name: contains the variable to delete
    365365     *
     
    378378     * Sets the query to the query array
    379379     * @access      public
    380      * @version     3.1.05
     380     * @version     3.1.06
    381381     * @param       string      - $query: contains the query of the URI to parse into the variable array
    382382     *
     
    404404     * Gets the query from the query string
    405405     * @access      public
    406      * @version     3.1.05
     406     * @version     3.1.06
    407407     * @param       boolean     - $toArray: if set will return an array rather than string
    408408     *
     
    429429     * Builds a query from an array
    430430     * @access      public
    431      * @version     3.1.05
     431     * @version     3.1.06
    432432     * @param       array       - $params: array containing query variables
    433433     * @param       string      - $akey: If set sets an array string key[akey]
     
    468468     * Gets the scheme of the current URI
    469469     * @access      public
    470      * @version     3.1.05
     470     * @version     3.1.06
    471471     *
    472472     * @return      string containing scheme
     
    482482     * Sets the scheme of the current URI object
    483483     * @access      public
    484      * @version     3.1.05
     484     * @version     3.1.06
    485485     * @param       string      - $scheme: contains the scheme to set
    486486     *
     
    496496     * Gets the username of the current URI object
    497497     * @access      public
    498      * @version     3.1.05
     498     * @version     3.1.06
    499499     *
    500500     * @return      string containing the username
     
    510510     * Sets the username of the current URI object
    511511     * @access      public
    512      * @version     3.1.05
     512     * @version     3.1.06
    513513     * @param       string      - $user: containing the username to set
    514514     *
     
    524524     * Gets the password of the current URI object
    525525     * @access      public
    526      * @version     3.1.05
     526     * @version     3.1.06
    527527     *
    528528     * @return      string containing the password
     
    538538     * Sets the password of the current URI object
    539539     * @access      public
    540      * @version     3.1.05
     540     * @version     3.1.06
    541541     * @param       string      - $pass: contains the password to set
    542542     *
     
    552552     * Gets the hostname of the current URI object
    553553     * @access      public
    554      * @version     3.1.05
     554     * @version     3.1.06
    555555     *
    556556     * @return      string containing the hostname
     
    566566     * Sets the hostname of the current URI object
    567567     * @access      public
    568      * @version     3.1.05
     568     * @version     3.1.06
    569569     * @param       string      - $host: Containing the hostname to set
    570570     *
     
    580580     * Gets the port number of the current URI object
    581581     * @access      public
    582      * @version     3.1.05
     582     * @version     3.1.06
    583583     *
    584584     * @return      string containing the port number or null if not set
     
    594594     * Sets the port number of the current URI object
    595595     * @access      public
    596      * @version     3.1.05
     596     * @version     3.1.06
    597597     * @param       string      - $port: Contains the port number to set
    598598     *
     
    608608     * Gets the path of the current URI object
    609609     * @access      public
    610      * @version     3.1.05
     610     * @version     3.1.06
    611611     *
    612612     * @return      string containing the path
     
    622622     * Sets the path of the current URI object
    623623     * @access      public
    624      * @version     3.1.05
     624     * @version     3.1.06
    625625     * @param       string      - $path: contains the path to set
    626626     *
     
    636636     * Gets the fragment of the current URI object
    637637     * @access      public
    638      * @version     3.1.05
     638     * @version     3.1.06
    639639     *
    640640     * @return      string containing the fragment
     
    650650     * Sets the fragment of the current URI object
    651651     * @access      public
    652      * @version     3.1.05
     652     * @version     3.1.06
    653653     * @param       string      - $anchor: Containing the fragment value to set
    654654     *
     
    664664     * Checks to see if the URI object is a fragment
    665665     * @access      public
    666      * @version     3.1.05
     666     * @version     3.1.06
    667667     *
    668668     * @return      boolean
     
    685685     * Checks to see if the URI object is set to SSL
    686686     * @access      public
    687      * @version     3.1.05
     687     * @version     3.1.06
    688688     *
    689689     * @return      boolean
     
    699699     * Checks to see if the URI is actually an internal url
    700700     * @access      public
    701      * @version     3.1.05
     701     * @version     3.1.06
    702702     * @param       string      - $url: contains the URL to check
    703703     *
     
    720720     * Cleans the path of any undesirable values
    721721     * @access      private
    722      * @version     3.1.05
     722     * @version     3.1.06
    723723     * @param       string      - $path: contains the path to clean
    724724     *
     
    757757     * Parses the uri provided
    758758     * @access      private
    759      * @version     3.1.05
     759     * @version     3.1.06
    760760     * @param       string      $uri: Contains the URI to parse
    761761     *
  • integrator3/trunk/readme.txt

    r1205277 r1261959  
    44Tags: whmcs, kayako, fusion, joomla, integration, jwhmcs, gohigher
    55Requires at least: 3.2
    6 Tested up to: 3.4
    7 Stable tag: 3.1.05
     6Tested up to: 4.3
     7Stable tag: 3.1.06
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.