PHP 클래스 PHPFusion\UserFields

상속: extends QuantumFields
파일 보기 프로젝트 열기: php-fusion/PHP-Fusion 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$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

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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 ( )

메소드 상세

check_user_field() 공개 정적인 메소드

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

getUserData() 공개 메소드

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

get_profile_input() 공개 메소드

* Fetch profile form input data
public get_profile_input ( )

get_profile_output() 공개 메소드

* Fetch profile output data
public get_profile_output ( )

renderTerms() 공개 메소드

Display Terms of Agreement Field
public renderTerms ( ) : string
리턴 string

renderValidation() 공개 메소드

public renderValidation ( )

setUserNameChange() 공개 메소드

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

프로퍼티 상세

$admin_mode 공개적으로 프로퍼티

public $admin_mode

$admin_rights 공개적으로 프로퍼티

public $admin_rights

$baseRequest 공개적으로 프로퍼티

public $baseRequest

$category_db 공개적으로 프로퍼티

public $category_db

$debug 공개적으로 프로퍼티

public $debug

$displayTerms 공개적으로 프로퍼티

public $displayTerms

$displayValidation 공개적으로 프로퍼티

public $displayValidation

$errorsArray 공개적으로 프로퍼티

public $errorsArray

$field_db 공개적으로 프로퍼티

public $field_db

$formaction 공개적으로 프로퍼티

public $formaction

$formname 공개적으로 프로퍼티

changed in API 1.02
public $formname

$locale_file 공개적으로 프로퍼티

public $locale_file

$method 공개적으로 프로퍼티

public $method

$paginate 공개적으로 프로퍼티

public $paginate

$plugin_folder 공개적으로 프로퍼티

public $plugin_folder

$plugin_locale_folder 공개적으로 프로퍼티

public $plugin_locale_folder

$postName 공개적으로 프로퍼티

public $postName

$postValue 공개적으로 프로퍼티

public $postValue

$registration 공개적으로 프로퍼티

public $registration

$showAdminOptions 공개적으로 프로퍼티

public $showAdminOptions

$showAdminPass 공개적으로 프로퍼티

public $showAdminPass

$showAvatarInput 공개적으로 프로퍼티

public $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.
public $skipCurrentPass

$system_title 공개적으로 프로퍼티

* Quantum Fields Extensions
public $system_title

$userData 공개적으로 프로퍼티

public $userData