PHP 클래스 AddPeopleModule, vanilla

상속: extends Gdn_Module
파일 보기 프로젝트 열기: vanilla/vanilla

공개 프로퍼티들

프로퍼티 타입 설명
$AddUserAllowed Whether user is allowed to use this form.
$Conversation array
$Form Gdn_Form

공개 메소드들

메소드 설명
__construct ( Gdn_Controller $Sender = null )
assetTarget ( ) : string
toString ( ) : string Render the module.

메소드 상세

__construct() 공개 메소드

public __construct ( Gdn_Controller $Sender = null )
$Sender Gdn_Controller

assetTarget() 공개 메소드

public assetTarget ( ) : string
리턴 string

toString() 공개 메소드

Render the module.
public toString ( ) : string
리턴 string Rendered HTML.

프로퍼티 상세

$AddUserAllowed 공개적으로 프로퍼티

Whether user is allowed to use this form.
public $AddUserAllowed

$Conversation 공개적으로 프로퍼티

public array $Conversation
리턴 array

$Form 공개적으로 프로퍼티

public Gdn_Form $Form
리턴 Gdn_Form