PHP Class AddPeopleModule, vanilla

Inheritance: extends Gdn_Module
Show file Open project: vanilla/vanilla

Public Properties

Property Type Description
$AddUserAllowed Whether user is allowed to use this form.
$Conversation array
$Form Gdn_Form

Public Methods

Method Description
__construct ( Gdn_Controller $Sender = null )
assetTarget ( ) : string
toString ( ) : string Render the module.

Method Details

__construct() public method

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

assetTarget() public method

public assetTarget ( ) : string
return string

toString() public method

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

Property Details

$AddUserAllowed public property

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

$Conversation public property

public array $Conversation
return array

$Form public property

public Gdn_Form $Form
return Gdn_Form