Koowa_Request
[ class tree: Koowa_Request ] [ index: Koowa_Request ] [ all elements ]

Element index for package Koowa_Request

[ a ] [ b ] [ c ] [ e ] [ f ] [ g ] [ h ] [ k ] [ m ] [ p ] [ r ] [ s ] [ t ] [ u ] [ _ ]

_

$_accept
in file request.php, variable KRequest::$_accept
    The request accepts information
$_base
in file request.php, variable KRequest::$_base
    Base path of the request.
$_content
in file request.php, variable KRequest::$_content
    The raw post or put content information
$_referrer
in file request.php, variable KRequest::$_referrer
    Referrer of the request
$_root
in file request.php, variable KRequest::$_root
    Root path of the request.
$_url
in file request.php, variable KRequest::$_url
    URL of the request regardless of the server
_parseAccept
in file request.php, method KRequest::_parseAccept()
    Parses an accept header and returns an array (type => quality) of the accepted types, ordered by quality.
_parseIdentifier
in file request.php, method KRequest::_parseIdentifier()
    Parse the variable identifier
_stripSlashes
in file request.php, method KRequest::_stripSlashes()
    Strips slashes recursively on an array
__clone
in file request.php, method KRequest::__clone()
    Clone
__construct
in file request.php, method KRequest::__construct()
    Constructor
top

a

accept
in file request.php, method KRequest::accept()
    Get the accept request information
top

b

base
in file request.php, method KRequest::base()
    Returns the base path of the request.
top

c

client
in file request.php, method KRequest::client()
    Returns the client information doing the request
content
in file request.php, method KRequest::content()
    Get the POST or PUT raw content information
top

e

exception.php
procedural page exception.php
top

f

format
in file request.php, method KRequest::format()
    Return the request format
top

g

get
in file request.php, method KRequest::get()
    Get sanitized data from the request.
getInstance
in file request.php, method KRequest::getInstance()
    Force creation of a singleton
top

h

has
in file request.php, method KRequest::has()
    Check if a variable exists based on an identifier
top

k

KRequest
in file request.php, class KRequest
    Request class
KRequestException
in file exception.php, class KRequestException
    Request Exception class
top

m

method
in file request.php, method KRequest::method()
    Returns current request method.
top

p

protocol
in file request.php, method KRequest::protocol()
    Return the protocal based on $_SERVER['SERVER_PROTOCOL']
top

r

request.php
procedural page request.php
referrer
in file request.php, method KRequest::referrer()
    Returns the HTTP referrer.
root
in file request.php, method KRequest::root()
    Returns the root path of the request.
top

s

scheme
in file request.php, method KRequest::scheme()
    Returns the current request scheme, based on $_SERVER['https']. In CLI mode, 'cli' will be returned.
set
in file request.php, method KRequest::set()
    Set a variable in the request. Cookies and session data are stored persistently.
top

t

token
in file request.php, method KRequest::token()
    Return the request token
type
in file request.php, method KRequest::type()
    Return the current request transport type.
top

u

url
in file request.php, method KRequest::url()
    Return the URI of the request regardless of the server
top

Documentation generated on Sat, 25 May 2013 03:00:19 +0200 by phpDocumentor 1.4.3