コード例 #1
0
 /**
  * Shows the 'add participants' form.
  * 
  * @return	array
  */
 public function getAddParticipantsForm()
 {
     return array('actionName' => 'getAddParticipantsForm', 'excludeSearchValues' => $this->conversation->getParticipantNames(), 'template' => WCF::getTPL()->fetch('conversationAddParticipants'));
 }