Plugin Directory

Changeset 766341


Ignore:
Timestamp:
09/03/2013 03:06:05 PM (12 years ago)
Author:
steven.gohigher
Message:

Committing file changes for 3.0.17

Location:
integrator3/trunk
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • integrator3/trunk/integrator.php

    r765202 r766341  
    66 * @copyright  2009 - 2012 Go Higher Information Services.  All rights reserved.
    77 * @license    ${p.PROJECT_LICENSE}
    8  * @version    3.0.16 ( $Id: integrator.php 274 2013-08-21 20:33:55Z steven_gohigher $ )
     8 * @version    3.0.17 ( $Id: integrator.php 274 2013-08-21 20:33:55Z steven_gohigher $ )
    99 * @author     Go Higher Information Services
    1010 * @since      3.0.0
     
    1919Author: Go Higher Information Services
    2020Author URI: https://www.gohigheris.com/
    21 Version: 3.0.16
     21Version: 3.0.17
    2222*/
    2323
    24 define( 'INTEGRATOR_VERSION', "3.0.16" );
     24define( 'INTEGRATOR_VERSION', "3.0.17" );
    2525
    2626/**
    2727 * Integrator Class
    28  * @version     3.0.16
     28 * @version     3.0.17
    2929 * 
    3030 * @since       3.0.0
     
    4141     * Constructor method
    4242     * @access      public
    43      * @version     3.0.16
     43     * @version     3.0.17
    4444     *
    4545     * @since       3.0.0
     
    107107     * Initializes in admin
    108108     * @access      public
    109      * @version     3.0.16
     109     * @version     3.0.17
    110110     *
    111111     * @since       3.0.0
     
    121121     * Create the meta box for the Integrated Link admin area
    122122     * @access      public
    123      * @version     3.0.16
     123     * @version     3.0.17
    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.0.16
     159     * @version     3.0.17
    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.0.16
     203     * @version     3.0.17
    204204     *
    205205     * @since       3.0.0
     
    214214     * Generates the menu item
    215215     * @access      public
    216      * @version     3.0.16
     216     * @version     3.0.17
    217217     *
    218218     * @since       3.0.0
     
    227227     * Renders and handles the options page for the Integrator
    228228     * @access      public
    229      * @version     3.0.16
     229     * @version     3.0.17
    230230     *
    231231     * @since       3.0.0
     
    280280     * Method to grab the cnxn pages from the Integrator
    281281     * @access      public
    282      * @version     3.0.16
     282     * @version     3.0.17
    283283     *
    284284     * @return      array
     
    308308     * Method to get a route from the Integrator
    309309     * @access      public
    310      * @version     3.0.16
     310     * @version     3.0.17
    311311     *
    312312     * @return      result of API call
     
    329329     * Intercepts calls for the intlink post type and redirects
    330330     * @access      public
    331      * @version     3.0.16
     331     * @version     3.0.17
    332332     *
    333333     * @since       3.0.0
     
    428428     * Grabs the logged in cookies when passed through the set_logged_in_cookie action in WP
    429429     * @access      public
    430      * @version     3.0.16
     430     * @version     3.0.17
    431431     * @param       string      - $cookie: the value of the set cookie
    432432     *
     
    443443     * Action handler for logging into the site
    444444     * @access      public
    445      * @version     3.0.16
     445     * @version     3.0.17
    446446     * @param       string      - $redirect_to: the redirect url
    447447     * @param       bool        - $isset: if the $redirect has been sent back (login started)
     
    500500     * Action handler for logging out and redirecting to Integrator
    501501     * @access      public
    502      * @version     3.0.16
     502     * @version     3.0.17
    503503     *
    504504     * @since       3.0.0s
     
    564564     * Perform actual deletion
    565565     * @access      public
    566      * @version     3.0.16
     566     * @version     3.0.17
    567567     * @param       integer     - $user_id: the user id of the user we just deleted in WP
    568568     *
     
    589589     * Grab a copy of the user before we delete them
    590590     * @access      public
    591      * @version     3.0.16
     591     * @version     3.0.17
    592592     * @param       integer     - $user_id: contains the user id of the user to delete
    593593     *
     
    605605     * Update user information on Integrator
    606606     * @access      public
    607      * @version     3.0.16
     607     * @version     3.0.17
    608608     * @param       integer     - $user_id: id of user
    609609     * @param       array       - $post: the original data of user
     
    633633     * Validates user information prior to saving
    634634     * @access      public
    635      * @version     3.0.16
     635     * @version     3.0.17
    636636     * @param       object      - $errors: (reference) WP_Error object
    637637     * @param       boolean     - $update: if this is an update then true
     
    684684     * Permits getting of variables
    685685     * @access      public
    686      * @version     3.0.16
     686     * @version     3.0.17
    687687     * @param       string      - $var: the name of the variable to get
    688688     * @param       mixed       - $default: the default value if not set
     
    700700     * Permits setting of variables
    701701     * @access      public
    702      * @version     3.0.16
     702     * @version     3.0.17
    703703     * @param       string      - $var: the name of the variable to set
    704704     * @param       mixed       - $value: the value to set
     
    725725     * Easy wrapper for pinging Integrator
    726726     * @access      private
    727      * @version     3.0.16
     727     * @version     3.0.17
    728728     * @param       boolean     - $updated: if we are updating settings, set to true to grab from POST
    729729     *
     
    740740     * Convenient file includer
    741741     * @access      private
    742      * @version     3.0.16
     742     * @version     3.0.17
    743743     *
    744744     * @since       3.0.0
     
    787787     * Method to check to see if we are active or not
    788788     * @access      private
    789      * @version     3.0.16
     789     * @version     3.0.17
    790790     *
    791791     * @return      boolean
     
    812812     * Easy wrapper for updating settings on the Integrator
    813813     * @access      private
    814      * @version     3.0.16
     814     * @version     3.0.17
    815815     * @param       boolean     - $updated: if we are updating settings, set to true to grab from POST
    816816     *
     
    839839/**
    840840 * Integrator XMLRPC Handler
    841  * @version     3.0.16
     841 * @version     3.0.17
    842842 *
    843843 * @since       3.0.0
     
    850850     * Takes a set of credentials and authenticates them against WP
    851851     * @access      public
    852      * @version     3.0.16
     852     * @version     3.0.17
    853853     * @param       array       - $args: the arguments passed via XMLRPC Server
    854854     *
     
    881881     * Returns this version of the Integrator
    882882     * @access      public
    883      * @version     3.0.16
     883     * @version     3.0.17
    884884     * @param       array       - $args: the arguments passed via XMLRPC Server
    885885     *
     
    896896     * Gets the Wordpress menu tree
    897897     * @access      public
    898      * @version     3.0.16
     898     * @version     3.0.17
    899899     * @param       array of arguments passed via XML-RPC
    900900     *
     
    945945     * Gets missing credentials for user
    946946     * @access      public
    947      * @version     3.0.16
     947     * @version     3.0.17
    948948     * @param       array of arguments passed via XML-RPC
    949949     *
     
    974974     * Log a user in first
    975975     * @access      public
    976      * @version     3.0.16
     976     * @version     3.0.17
    977977     * @param       array       - $args: the arguments passed via XMLRPC Server
    978978     *
     
    10121012     * Ping interface
    10131013     * @access      public
    1014      * @version     3.0.16
     1014     * @version     3.0.17
    10151015     * @param       array       - $args: the arguments passed via XMLRPC Server
    10161016     *
     
    10401040     * Create a new user in WP
    10411041     * @access      public
    1042      * @version     3.0.16
     1042     * @version     3.0.17
    10431043     * @param       array       - $args: the arguments passed via XMLRPC Server
    10441044     *
     
    10681068     * Find a user in WP
    10691069     * @access      public
    1070      * @version     3.0.16
     1070     * @version     3.0.17
    10711071     * @param       array       - $args: the arguments passed via XMLRPC Server
    10721072     *
     
    10921092     * Method to remove a user from WP
    10931093     * @access      public
    1094      * @version     3.0.16
     1094     * @version     3.0.17
    10951095     * @param       array       - $args: the arguments passed via XMLRPC Server
    10961096     *
     
    11251125     * Method to search for a user
    11261126     * @access      public
    1127      * @version     3.0.16
     1127     * @version     3.0.17
    11281128     * @param       array       - $args: the arguments passed via XMLRPC Server
    11291129     *
     
    11471147     * Updates a user in WP
    11481148     * @access      public
    1149      * @version     3.0.16
     1149     * @version     3.0.17
    11501150     * @param       array       - $args: the arguments passed via XMLRPC Server
    11511151     *
     
    11941194     * Provides for new user validation
    11951195     * @access      public
    1196      * @version     3.0.16
     1196     * @version     3.0.17
    11971197     * @param       array       - $args: the arguments passed via XMLRPC Server
    11981198     *
     
    12241224     * Provides for existing user validation on changes
    12251225     * @access      public
    1226      * @version     3.0.16
     1226     * @version     3.0.17
    12271227     * @param       array       - $args: the arguments passed via XMLRPC Server
    12281228     *
     
    13521352 * Integrator initilization
    13531353 * @access      public
    1354  * @version     3.0.16
     1354 * @version     3.0.17
    13551355 *
    13561356 * @since       3.0.0
  • integrator3/trunk/integrator/api.php

    r765202 r766341  
    66 * @copyright  2009 - 2012 Go Higher Information Services.  All rights reserved.
    77 * @license    ${p.PROJECT_LICENSE}
    8  * @version    3.0.16 ( $Id: api.php 142 2012-11-28 02:28:39Z steven_gohigher $ )
     8 * @version    3.0.17 ( $Id: api.php 142 2012-11-28 02:28:39Z steven_gohigher $ )
    99 * @author     Go Higher Information Services
    1010 * @since      3.0.0
     
    2525/**
    2626 * IntApi class object
    27  * @version     3.0.16
     27 * @version     3.0.17
    2828 *
    2929 * @since       3.0.0
     
    9999     * Constructor method
    100100     * @access      public
    101      * @version     3.0.16
     101     * @version     3.0.17
    102102     *
    103103     * @since       3.0.0
     
    143143     * Getter method
    144144     * @access      public
    145      * @version     3.0.16
     145     * @version     3.0.17
    146146     * @param       string      - $name: the name of the property trying to be gotten
    147147     *
     
    158158     * Setter method
    159159     * @access      public
    160      * @version     3.0.16
     160     * @version     3.0.17
    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.0.16
     175     * @version     3.0.17
    176176     *
    177177     * @return      result of api call
     
    192192     * Retrieves the correct route for a selected connection / page combination
    193193     * @access      public
    194      * @version     3.0.16
     194     * @version     3.0.17
    195195     * @param       array       - $post: contains the cnxn_id and page being requested
    196196     *
     
    216216     * Retrieves connections requiring wrapping
    217217     * @access      public
    218      * @version     3.0.16
     218     * @version     3.0.17
    219219     *
    220220     * @return      result of api call
     
    235235     * Pings the Integrator to ensure connection
    236236     * @access      public
    237      * @version     3.0.16
     237     * @version     3.0.17
    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.0.16
     276     * @version     3.0.17
    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.0.16
     318     * @version     3.0.17
    319319     * @param       array       - $post: the user array to send
    320320     *
     
    339339     * Calls the Integrator to remove a user
    340340     * @access      public
    341      * @version     3.0.16
     341     * @version     3.0.17
    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.0.16
     365     * @version     3.0.17
    366366     * @param       array       - $post: the user array to send
    367367     *
     
    386386     * Validate user information prior to creation
    387387     * @access      public
    388      * @version     3.0.16
     388     * @version     3.0.17
    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.0.16
     414     * @version     3.0.17
    415415     * @param       array       - $post: the user array to send
    416416     *
     
    438438     * Wrapper for calling up the API interface
    439439     * @access      private
    440      * @version     3.0.16
     440     * @version     3.0.17
    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.0.16
     484     * @version     3.0.17
    485485     * @param       string      - $url: the setting for the api url to use
    486486     *
  • integrator3/trunk/integrator/curl.php

    r765202 r766341  
    77 * @copyright  2009 - 2012 Go Higher Information Services.  All rights reserved.
    88 * @license    ${p.PROJECT_LICENSE}
    9  * @version    3.0.16 ( $Id: curl.php 144 2012-11-29 17:19:42Z steven_gohigher $ )
     9 * @version    3.0.17 ( $Id: curl.php 144 2012-11-29 17:19:42Z steven_gohigher $ )
    1010 * @author     Go Higher Information Services
    1111 * @since      3.0.0
     
    2121/**
    2222 * IntCurl class object
    23  * @version     3.0.16
     23 * @version     3.0.17
    2424 *
    2525 * @since       3.0.0
     
    120120     * Constructor
    121121     * @access      public
    122      * @version     3.0.16
     122     * @version     3.0.17
    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.0.16
     140     * @version     3.0.17
    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.0.16
     170     * @version     3.0.17
    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.0.16
     199     * @version     3.0.17
    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.0.16
     248     * @version     3.0.17
    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.0.16
     275     * @version     3.0.17
    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.0.16
     301     * @version     3.0.17
    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.0.16
     324     * @version     3.0.17
    325325     * @param       varies      - $params: the cookie parameters to use
    326326     *
     
    342342     * Tests to see if there are errors
    343343     * @access      public
    344      * @version     3.0.16
     344     * @version     3.0.17
    345345     *
    346346     * @return      string of error message or false on no error
     
    356356     * Sets an http header
    357357     * @access      public
    358      * @version     3.0.16
     358     * @version     3.0.17
    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.0.16
     373     * @version     3.0.17
    374374     * @param       string      - $method: the setting to use
    375375     *
     
    387387     * Create http login option fields
    388388     * @access      public
    389      * @version     3.0.16
     389     * @version     3.0.17
    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.0.16
     408     * @version     3.0.17
    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.0.16
     426     * @version     3.0.17
    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.0.16
     443     * @version     3.0.17
    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.0.16
     469     * @version     3.0.17
    470470     * @param       array       - $options: array to set
    471471     *
     
    493493     * Sets an individual option code and value
    494494     * @access      public
    495      * @version     3.0.16
     495     * @version     3.0.17
    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.0.16
     516     * @version     3.0.17
    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.0.16
     549     * @version     3.0.17
    550550     *
    551551     * @return      response or false on error
     
    620620     * Checks to see if curl is actually enabled
    621621     * @access      public
    622      * @version     3.0.16
     622     * @version     3.0.17
    623623     *
    624624     * @return      boolean true if curl is enabled
     
    634634     * Outputs the debugging screen
    635635     * @access      public
    636      * @version     3.0.16
     636     * @version     3.0.17
    637637     *
    638638     * @return      string containing debug information
     
    675675     * Assembles an array of request options for debugging
    676676     * @access      public
    677      * @version     3.0.16
     677     * @version     3.0.17
    678678     *
    679679     * @return      array
     
    689689     * Sets the default values when new sessions are created
    690690     * @access      private
    691      * @version     3.0.16
     691     * @version     3.0.17
    692692     *
    693693     * @since       3.0.0
  • integrator3/trunk/integrator/helper.php

    r765202 r766341  
    66 * @copyright  2009 - 2012 Go Higher Information Services.  All rights reserved.
    77 * @license    ${p.PROJECT_LICENSE}
    8  * @version    3.0.16 ( $Id: helper.php 244 2013-04-24 13:31:54Z steven_gohigher $ )
     8 * @version    3.0.17 ( $Id: helper.php 244 2013-04-24 13:31:54Z steven_gohigher $ )
    99 * @author     Go Higher Information Services
    1010 * @since      3.0.0
     
    2525/**
    2626 * IntHelper class object
    27  * @version     3.0.16
     27 * @version     3.0.17
    2828 *
    2929 * @since       3.0.0
     
    3535     * Finds a user and returns a single array
    3636     * @access      public
    37      * @version     3.0.16
     37     * @version     3.0.17
    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.0.16
     69     * @version     3.0.17
    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.0.16
     100     * @version     3.0.17
    101101     * @param       string      - $username: the suspect username
    102102     *
     
    117117     * @access      public
    118118     * @static
    119      * @version     3.0.16 ( $id$ )
     119     * @version     3.0.17 ( $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.0.16
     161     * @version     3.0.17
    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.0.16
     195     * @version     3.0.17
    196196     * @param       string      - $search
    197197     *
  • integrator3/trunk/integrator/uri.php

    r765202 r766341  
    77 * @copyright  2009 - 2012 Go Higher Information Services.  All rights reserved.
    88 * @license    ${p.PROJECT_LICENSE}
    9  * @version    3.0.16 ( $Id: uri.php 3 2012-04-19 14:16:13Z steven_gohigher $ )
     9 * @version    3.0.17 ( $Id: uri.php 3 2012-04-19 14:16:13Z steven_gohigher $ )
    1010 * @author     Go Higher Information Services
    1111 * @since      3.0.0
     
    2121/**
    2222 * URI class for managing Uniform Resource Identifiers
    23  * @version     3.0.16
     23 * @version     3.0.17
    2424 *
    2525 * @since       3.0.0
     
    112112     * Constructor method
    113113     * @access      public
    114      * @version     3.0.16
     114     * @version     3.0.17
    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.0.16
     130     * @version     3.0.17
    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.0.16
     182     * @version     3.0.17
    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.0.16
     212     * @version     3.0.17
    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.0.16
     241     * @version     3.0.17
    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.0.16
     261     * @version     3.0.17
    262262     * @param       string      - $uri: containing the URI to parse
    263263     *
     
    295295     * Converts the object to a string
    296296     * @access      public
    297      * @version     3.0.16
     297     * @version     3.0.17
    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.0.16
     325     * @version     3.0.17
    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.0.16
     344     * @version     3.0.17
    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.0.16
     363     * @version     3.0.17
    364364     * @param       string      - $name: contains the variable to delete
    365365     *
     
    378378     * Sets the query to the query array
    379379     * @access      public
    380      * @version     3.0.16
     380     * @version     3.0.17
    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.0.16
     406     * @version     3.0.17
    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.0.16
     431     * @version     3.0.17
    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.0.16
     470     * @version     3.0.17
    471471     *
    472472     * @return      string containing scheme
     
    482482     * Sets the scheme of the current URI object
    483483     * @access      public
    484      * @version     3.0.16
     484     * @version     3.0.17
    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.0.16
     498     * @version     3.0.17
    499499     *
    500500     * @return      string containing the username
     
    510510     * Sets the username of the current URI object
    511511     * @access      public
    512      * @version     3.0.16
     512     * @version     3.0.17
    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.0.16
     526     * @version     3.0.17
    527527     *
    528528     * @return      string containing the password
     
    538538     * Sets the password of the current URI object
    539539     * @access      public
    540      * @version     3.0.16
     540     * @version     3.0.17
    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.0.16
     554     * @version     3.0.17
    555555     *
    556556     * @return      string containing the hostname
     
    566566     * Sets the hostname of the current URI object
    567567     * @access      public
    568      * @version     3.0.16
     568     * @version     3.0.17
    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.0.16
     582     * @version     3.0.17
    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.0.16
     596     * @version     3.0.17
    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.0.16
     610     * @version     3.0.17
    611611     *
    612612     * @return      string containing the path
     
    622622     * Sets the path of the current URI object
    623623     * @access      public
    624      * @version     3.0.16
     624     * @version     3.0.17
    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.0.16
     638     * @version     3.0.17
    639639     *
    640640     * @return      string containing the fragment
     
    650650     * Sets the fragment of the current URI object
    651651     * @access      public
    652      * @version     3.0.16
     652     * @version     3.0.17
    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.0.16
     666     * @version     3.0.17
    667667     *
    668668     * @return      boolean
     
    685685     * Checks to see if the URI object is set to SSL
    686686     * @access      public
    687      * @version     3.0.16
     687     * @version     3.0.17
    688688     *
    689689     * @return      boolean
     
    699699     * Checks to see if the URI is actually an internal url
    700700     * @access      public
    701      * @version     3.0.16
     701     * @version     3.0.17
    702702     * @param       string      - $url: contains the URL to check
    703703     *
     
    720720     * Cleans the path of any undesirable values
    721721     * @access      private
    722      * @version     3.0.16
     722     * @version     3.0.17
    723723     * @param       string      - $path: contains the path to clean
    724724     *
     
    757757     * Parses the uri provided
    758758     * @access      private
    759      * @version     3.0.16
     759     * @version     3.0.17
    760760     * @param       string      $uri: Contains the URI to parse
    761761     *
  • integrator3/trunk/readme.txt

    r765202 r766341  
    55Requires at least: 3.2
    66Tested up to: 3.4
    7 Stable tag: 3.0.16
     7Stable tag: 3.0.17
    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.