PHP 클래스 Horde_Core_Auth_Signup_Form, horde

Copyright 2003-2016 Horde LLC (http://www.horde.org/) See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://opensource.org/licenses/lgpl-2.1.php
저자: Marko Djukic ([email protected])
상속: extends Horde_Form
파일 보기 프로젝트 열기: horde/horde 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$_useFormToken boolean

공개 메소드들

메소드 설명
__construct ( &$vars ) Constructor
getInfo ( Variables $vars, array &$info ) Fetch the field values of the submitted form.
getRenderer ( $params = [] ) Get the renderer for this form

메소드 상세

__construct() 공개 메소드

Constructor
public __construct ( &$vars )

getInfo() 공개 메소드

Fetch the field values of the submitted form.
public getInfo ( Variables $vars, array &$info )
$vars Variables A Variables instance (Needed?).
$info array Array to be filled with the submitted field values.

getRenderer() 공개 메소드

Get the renderer for this form
public getRenderer ( $params = [] )

프로퍼티 상세

$_useFormToken 보호되어 있는 프로퍼티

protected bool $_useFormToken
리턴 boolean