xplo.re Medusa Core Framework 3.2
  • Namespace
  • Class
  • Tree
  • Deprecated
  • Event
  • Todo
  • Download

Namespaces

  • Core
    • Authentication
      • Auto
        • Driver
      • Driver
    • Cache
      • Driver
    • Charset
      • Driver
    • Configuration
      • Driver
    • Controller
    • Converter
      • Driver
    • Decoder
      • Driver
    • Encoder
      • Driver
    • Env
      • Authentication
      • Locale
      • Proxy
      • Server
        • HTTP
        • Redirect
        • X
    • Exception
    • Exchange
      • Driver
    • Fault
      • Formatter
        • Driver
      • Incident
        • Exception
      • Reporter
        • Driver
    • Field
    • Filter
      • Driver
    • Formatter
      • Driver
        • coreuimarkup
          • Token
    • Hash
    • Loader
    • Locale
    • Log
      • Driver
    • Module
      • Dependency
        • Requirement
          • Core
          • PHP
      • Linkage
        • Driver
    • PDF
    • Plugin
    • Query
      • Driver
    • Server
      • Driver
    • Session
      • Driver
    • Set
    • Storage
      • Driver
      • Field
        • Element
    • Stream
      • Driver
    • String
    • Translation
      • Driver
      • Language
        • Driver
    • Type
    • URI
      • Driver
    • Version
    • View
      • Driver
        • coreui
          • Control
            • Button
            • Table
          • Element
        • htmlbuilder
          • Tags
        • yui
          • Modules
  • None
  • PHP

Classes

  • Authentication
  • Authentication_Token
  • AutoLoader
  • Cache
  • Charset
  • ClassDescriptor
  • Closure
  • Configuration
  • Controller
  • Converter
  • Date
  • Decoder
  • Delegate
  • Dispatcher
  • Encoder
  • Env
  • Env_Field
  • Env_File
  • Env_FileList
  • Env_Request
  • Env_SERVER
  • Exchange
  • Fault
  • Field
  • Filter
  • Filter_Value
  • Formatter
  • Hash
  • IP
  • Loader
  • Locale
  • Locale_Node
  • Log
  • Module
  • Module_Iterator
  • Nothing
  • Object
  • OS
  • Plugin
  • Profiler
  • Query
  • Registry
  • Resource
  • Server
  • Session
  • Session_Token
  • Set
  • Storage
  • Storage_Result
  • Storage_Statement
  • Stream
  • Translation
  • URI
  • URI_Parameters
  • UUID
  • Value
  • Version
  • View

Interfaces

  • Accessor
  • Chainable
  • Comparable
  • Configurable
  • Equality
  • Identity
  • Inquiry
  • Masquerade
  • Mutator
  • SeekableStream
  • Storable
  • Variator

Exceptions

  • Exception

Constants

  • Copyright
  • ProductName
  • Version

Class Env_Request

Combined POST and GET globals access.

Core\Env_Request implements ArrayAccess
Namespace: Core
Package: Core\Env
Since: 3.1
Requires: PHP 5.3
Version: 1.0
Located at Env.inc.php

Methods summary

public boolean
# offsetExists( mixed $key )

Tests, whether the given key is either valid for POST or GET.

Tests, whether the given key is either valid for POST or GET.

Parameters

$key
Key to check existence for.

Returns

boolean
true, if key exists in POST or GET arrays, otherwise false.

Since

3.1

Implementation of

ArrayAccess::offsetExists()
public Core\Value
# offsetGet( mixed $key )

Retrieves a named POST or GET value with postprocessing.

Retrieves a named POST or GET value with postprocessing.

Parameters

$key
Name of POST or GET variable to return.

Returns

Core\Value

New value instance holding trimmed string or unmodified value on success, otherwise holds null.

Since

3.1

Implementation of

ArrayAccess::offsetGet()
public
# offsetSet( mixed $key, mixed $value )

Sets a new value for both POST and GET arrays.

Sets a new value for both POST and GET arrays.

Parameters

$key
Name of POST and GET array index to set.
$value
New value to set.

Since

3.1

Implementation of

ArrayAccess::offsetSet()
public
# offsetUnset( mixed $key )

Deletes a POST and GET array index.

Deletes a POST and GET array index.

Parameters

$key
Name of POST and GET index to delete.

Since

3.1

Implementation of

ArrayAccess::offsetUnset()
xplo.re Medusa Core Framework 3.2 API documentation generated by ApiGen