User Tools

Site Tools


Sidebar

Dokumentation

vortex:apidoc:inparser

InParser

InParser

Filename : /classes/display/inparser.php
Extends :

Description

Parsing indata for a specific class

Fields

Methods

_get( $class, $varname )

Definition : public function _get( $class, $varname )

Returns : String

Description
Returns the value of the variable for the given class, empty string if variable is not set

Parameters

$class

Type : String
Default value :

Description
Name of the class to fetch data for

$varname

Type : String
Default value :

Description
Name of variable to fetch. The Query element for the variable to get is the getVarName() methods return value for the class and varname.

_set( $class, $varname, $value )

Definition : public function _set( $class, $varname, $value )

Returns :

Description
Sets indata for a specific class

Parameters

$class

Type : String
Default value :

Description
Name of the class to set data for

$value

Type : String
Default value :

Description
Value to assign to the data

$varname

Type : String
Default value :

Description
Name of the variable to set

getVarName( $class, $varname )

Definition : public function getVarName( $class, $varname )

Returns : String

Description
Returns the Query element name for the class and varname, currently class_varname all in lower case.

Parameters

$class

Type : String
Default value :

Description
Name of the class

$varname

Type : String
Default value :

Description
Name of the variable

vortex/apidoc/inparser.txt · Last modified: 2019/06/28 07:08 by hubbe