PHP Class AddPeopleModule, vanilla

Inheritance: extends Gdn_Module
Afficher le fichier Open project: vanilla/vanilla

Méthodes publiques

Свойство Type Description
$AddUserAllowed Whether user is allowed to use this form.
$Conversation array
$Form Gdn_Form

Méthodes publiques

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

Method Details

__construct() public méthode

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

assetTarget() public méthode

public assetTarget ( ) : string
Résultat string

toString() public méthode

Render the module.
public toString ( ) : string
Résultat string Rendered HTML.

Property Details

$AddUserAllowed public_oe property

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

$Conversation public_oe property

public array $Conversation
Résultat array

$Form public_oe property

public Gdn_Form $Form
Résultat Gdn_Form