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

Class: RawInputParam

Source Location: /system.inc.php

Class Overview

InputParam
   |
   --RawInputParam

This class represents an input param with no filtering at all.


Methods


Inherited Variables

Inherited Methods

Class: InputParam

InputParam::__construct()
Create the object
InputParam::asBoolean()
Returns the input filtered as a boolean
InputParam::asEmail()
Returns the input filtered as an email address
InputParam::asEncoded()
URL-encode string, optionally strip or encode special characters.
InputParam::asFloat()
Returns the input filtered as a float
InputParam::asInteger()
Returns the input filtered as a integer
InputParam::asIP()
Returns the input filtered as an IP address
InputParam::asRegExp()
Returns the input filtered as a regular expression
InputParam::asSpecialChars()
HTML-escape '"<>& and characters with ASCII value less than 32, optionally strip or encode other special characters.
InputParam::asString()
Returns the input filtered as a string
InputParam::asStringArray()
Returns the input filtered as a string array
InputParam::asStripped()
Returns the input filtered as an string
InputParam::asUnsafeRaw()
Do nothing with the input
InputParam::asURL()
Returns the input filtered as an URL
InputParam::createNativeFilter()
Creates the native Input Filter to be used when there is no available extension

Class Details

[line 742]
This class represents an input param with no filtering at all.

This kind of params are created when input filtering is disabled.




[ Top ]


Class Methods


method asBoolean [line 759]

void asBoolean( )



Overrides InputParam::asBoolean() (Returns the input filtered as a boolean)

[ Top ]

method asEmail [line 779]

void asEmail( )



Overrides InputParam::asEmail() (Returns the input filtered as an email address)

[ Top ]

method asEncoded [line 794]

void asEncoded( )



Overrides InputParam::asEncoded() (URL-encode string, optionally strip or encode special characters.)

[ Top ]

method asFloat [line 764]

void asFloat( [ $flags = 0])



Overrides InputParam::asFloat() (Returns the input filtered as a float)

Parameters:

   $flags  

[ Top ]

method asInteger [line 754]

void asInteger( )



Overrides InputParam::asInteger() (Returns the input filtered as a integer)

[ Top ]

method asIP [line 784]

void asIP( )



Overrides InputParam::asIP() (Returns the input filtered as an IP address)

[ Top ]

method asRegExp [line 769]

void asRegExp( )



Overrides InputParam::asRegExp() (Returns the input filtered as a regular expression)

[ Top ]

method asSpecialChars [line 799]

void asSpecialChars( )



Overrides InputParam::asSpecialChars() (HTML-escape '"<>& and characters with ASCII value less than 32, optionally strip or encode other special characters.)

[ Top ]

method asString [line 744]

void asString( )



Overrides InputParam::asString() (Returns the input filtered as a string)

[ Top ]

method asStringArray [line 749]

void asStringArray( )



Overrides InputParam::asStringArray() (Returns the input filtered as a string array)

[ Top ]

method asStripped [line 789]

void asStripped( )



Overrides InputParam::asStripped() (Returns the input filtered as an string)

[ Top ]

method asUnsafeRaw [line 803]

void asUnsafeRaw( )



Overrides InputParam::asUnsafeRaw() (Do nothing with the input)

[ Top ]

method asURL [line 774]

void asURL( )



Overrides InputParam::asURL() (Returns the input filtered as an URL)

[ Top ]


Documentation generated on Sat, 13 Jun 2009 10:52:12 -0700 by phpDocumentor 1.4.1