dolibarr  19.0.0-dev
Functions
eventorganization_conferenceorbooth.lib.php File Reference

Library files with common functions for ConferenceOrBooth. More...

Go to the source code of this file.

Functions

 conferenceorboothPrepareHead ($object, $with_project=0)
 Prepare array of tabs for ConferenceOrBooth. More...
 
 conferenceorboothProjectPrepareHead ($object)
 Prepare array of tabs for ConferenceOrBooth Project tab. More...
 
 conferenceorboothAttendeePrepareHead ($object)
 Prepare array of tabs for ConferenceOrBoothAttendees. More...
 

Detailed Description

Library files with common functions for ConferenceOrBooth.

Definition in file eventorganization_conferenceorbooth.lib.php.

Function Documentation

◆ conferenceorboothAttendeePrepareHead()

conferenceorboothAttendeePrepareHead (   $object)

Prepare array of tabs for ConferenceOrBoothAttendees.

Parameters
ConferenceOrBoothAttendee$objectConferenceOrBoothAttendee
Returns
array Array of tabs

Definition at line 195 of file eventorganization_conferenceorbooth.lib.php.

◆ conferenceorboothPrepareHead()

conferenceorboothPrepareHead (   $object,
  $with_project = 0 
)

Prepare array of tabs for ConferenceOrBooth.

Parameters
ConferenceOrBooth$objectConferenceOrBooth
int$with_projectAdd project id to URL
Returns
array Array of tabs

Definition at line 31 of file eventorganization_conferenceorbooth.lib.php.

◆ conferenceorboothProjectPrepareHead()

conferenceorboothProjectPrepareHead (   $object)

Prepare array of tabs for ConferenceOrBooth Project tab.

Parameters
$objectProject Project
Returns
array

Definition at line 119 of file eventorganization_conferenceorbooth.lib.php.