PHP Class PHPFusion\UserFields

Inheritance: extends QuantumFields
Datei anzeigen Open project: php-fusion/PHP-Fusion Class Usage Examples

Public Properties

Property Type Description
$admin_mode
$admin_rights
$baseRequest
$category_db
$debug
$displayTerms
$displayValidation
$errorsArray
$field_db
$formaction
$formname changed in API 1.02
$locale_file
$method
$paginate
$plugin_folder
$plugin_locale_folder
$postName
$postValue
$registration
$showAdminOptions
$showAdminPass
$showAvatarInput
$skipCurrentPass new in API 1.02 - turn fusion_self to fusion_request - 3rd party pages. Turn this on if you have more than one $_GET pagination str.
$system_title * Quantum Fields Extensions
$userData

Public Methods

Method Description
check_user_field ( $field_name ) : boolean Check whether a user field is available/installed
getUserData ( $key = NULL ) : array | null Get User Data of the current page.
get_profile_input ( ) * Fetch profile form input data
get_profile_output ( ) * Fetch profile output data
renderTerms ( ) : string Display Terms of Agreement Field
renderValidation ( )
setUserNameChange ( $value ) * Page Navigation with UF Cats

Private Methods

Method Description
get_userFields ( ) Fetch User Fields Array to templates Toggle with class string method - input or display output to array
renderAdminOptions ( )
renderButton ( ) * New profile page output
renderPageLink ( )

Method Details

check_user_field() public static method

Check whether a user field is available/installed
public static check_user_field ( $field_name ) : boolean
$field_name
return boolean

getUserData() public method

Get User Data of the current page.
public getUserData ( $key = NULL ) : array | null
$key
return array | null

get_profile_input() public method

* Fetch profile form input data
public get_profile_input ( )

get_profile_output() public method

* Fetch profile output data
public get_profile_output ( )

renderTerms() public method

Display Terms of Agreement Field
public renderTerms ( ) : string
return string

renderValidation() public method

public renderValidation ( )

setUserNameChange() public method

* Page Navigation with UF Cats
public setUserNameChange ( $value )

Property Details

$admin_mode public_oe property

public $admin_mode

$admin_rights public_oe property

public $admin_rights

$baseRequest public_oe property

public $baseRequest

$category_db public_oe property

public $category_db

$debug public_oe property

public $debug

$displayTerms public_oe property

public $displayTerms

$displayValidation public_oe property

public $displayValidation

$errorsArray public_oe property

public $errorsArray

$field_db public_oe property

public $field_db

$formaction public_oe property

public $formaction

$formname public_oe property

changed in API 1.02
public $formname

$locale_file public_oe property

public $locale_file

$method public_oe property

public $method

$paginate public_oe property

public $paginate

$plugin_folder public_oe property

public $plugin_folder

$plugin_locale_folder public_oe property

public $plugin_locale_folder

$postName public_oe property

public $postName

$postValue public_oe property

public $postValue

$registration public_oe property

public $registration

$showAdminOptions public_oe property

public $showAdminOptions

$showAdminPass public_oe property

public $showAdminPass

$showAvatarInput public_oe property

public $showAvatarInput

$skipCurrentPass public_oe property

new in API 1.02 - turn fusion_self to fusion_request - 3rd party pages. Turn this on if you have more than one $_GET pagination str.
public $skipCurrentPass

$system_title public_oe property

* Quantum Fields Extensions
public $system_title

$userData public_oe property

public $userData