Object type is lowercase
This commit is contained in:
parent
01ea84a917
commit
c845124b92
@ -3942,7 +3942,7 @@ class Form
|
|||||||
* Return a HTML area with the reference of object and a navigation bar for a business object
|
* Return a HTML area with the reference of object and a navigation bar for a business object
|
||||||
* To add a particular filter on select, you must set $object->next_prev_filter to SQL criteria.
|
* To add a particular filter on select, you must set $object->next_prev_filter to SQL criteria.
|
||||||
*
|
*
|
||||||
* @param Object $object Object to show
|
* @param object $object Object to show
|
||||||
* @param string $paramid Name of parameter to use to name the id into the URL link
|
* @param string $paramid Name of parameter to use to name the id into the URL link
|
||||||
* @param string $morehtml More html content to output just before the nav bar
|
* @param string $morehtml More html content to output just before the nav bar
|
||||||
* @param int $shownav Show Condition (navigation is shown if value is 1)
|
* @param int $shownav Show Condition (navigation is shown if value is 1)
|
||||||
|
|||||||
@ -503,7 +503,7 @@ class FormCompany
|
|||||||
/**
|
/**
|
||||||
* Return list of third parties
|
* Return list of third parties
|
||||||
*
|
*
|
||||||
* @param Object $object Object we try to find contacts
|
* @param object $object Object we try to find contacts
|
||||||
* @param string $var_id Name of id field
|
* @param string $var_id Name of id field
|
||||||
* @param string $selected Pre-selected third party
|
* @param string $selected Pre-selected third party
|
||||||
* @param string $htmlname Name of HTML form
|
* @param string $htmlname Name of HTML form
|
||||||
@ -616,7 +616,7 @@ class FormCompany
|
|||||||
/**
|
/**
|
||||||
* Return a select list with types of contacts
|
* Return a select list with types of contacts
|
||||||
*
|
*
|
||||||
* @param Object $object Object to use to find type of contact
|
* @param object $object Object to use to find type of contact
|
||||||
* @param string $selected Default selected value
|
* @param string $selected Default selected value
|
||||||
* @param string $htmlname HTML select name
|
* @param string $htmlname HTML select name
|
||||||
* @param string $source Source ('internal' or 'external')
|
* @param string $source Source ('internal' or 'external')
|
||||||
|
|||||||
@ -48,7 +48,7 @@ class Interfaces
|
|||||||
* This function call all qualified triggers.
|
* This function call all qualified triggers.
|
||||||
*
|
*
|
||||||
* @param string $action Trigger event code
|
* @param string $action Trigger event code
|
||||||
* @param Object $object Objet concern
|
* @param object $object Objet concern
|
||||||
* @param User $user Objet user
|
* @param User $user Objet user
|
||||||
* @param Lang $langs Objet lang
|
* @param Lang $langs Objet lang
|
||||||
* @param Conf $conf Objet conf
|
* @param Conf $conf Objet conf
|
||||||
|
|||||||
@ -404,7 +404,7 @@ function agenda_prepare_head()
|
|||||||
/**
|
/**
|
||||||
* Prepare array with list of tabs
|
* Prepare array with list of tabs
|
||||||
*
|
*
|
||||||
* @param Object $object Object related to tabs
|
* @param object $object Object related to tabs
|
||||||
* @return array Array of tabs to shoc
|
* @return array Array of tabs to shoc
|
||||||
*/
|
*/
|
||||||
function actions_prepare_head($object)
|
function actions_prepare_head($object)
|
||||||
|
|||||||
@ -26,7 +26,7 @@
|
|||||||
/**
|
/**
|
||||||
* Prepare array with list of tabs
|
* Prepare array with list of tabs
|
||||||
*
|
*
|
||||||
* @param Object $object Object related to tabs
|
* @param object $object Object related to tabs
|
||||||
* @return array Array of tabs to shoc
|
* @return array Array of tabs to shoc
|
||||||
*/
|
*/
|
||||||
function ecm_prepare_head($object)
|
function ecm_prepare_head($object)
|
||||||
@ -66,7 +66,7 @@ function ecm_file_prepare_head($object)
|
|||||||
/**
|
/**
|
||||||
* Prepare array with list of tabs
|
* Prepare array with list of tabs
|
||||||
*
|
*
|
||||||
* @param Object $object Object related to tabs
|
* @param object $object Object related to tabs
|
||||||
* @return array Array of tabs to shoc
|
* @return array Array of tabs to shoc
|
||||||
*/
|
*/
|
||||||
function ecm_prepare_head_fm($object)
|
function ecm_prepare_head_fm($object)
|
||||||
|
|||||||
@ -830,7 +830,7 @@ function dol_delete_dir_recursive($dir,$count=0,$nophperrors=0)
|
|||||||
/**
|
/**
|
||||||
* Delete all preview files linked to object instance
|
* Delete all preview files linked to object instance
|
||||||
*
|
*
|
||||||
* @param Object $object Object to clean
|
* @param object $object Object to clean
|
||||||
* @return int 0 if error, 1 if OK
|
* @return int 0 if error, 1 if OK
|
||||||
*/
|
*/
|
||||||
function dol_delete_preview($object)
|
function dol_delete_preview($object)
|
||||||
|
|||||||
@ -178,7 +178,7 @@ function dol_print_file($langs,$filename,$searchalt=0)
|
|||||||
* Show informations on an object
|
* Show informations on an object
|
||||||
* TODO Move this into html.formother
|
* TODO Move this into html.formother
|
||||||
*
|
*
|
||||||
* @param Object $object Objet to show
|
* @param object $object Objet to show
|
||||||
* @return void
|
* @return void
|
||||||
*/
|
*/
|
||||||
function dol_print_object_info($object)
|
function dol_print_object_info($object)
|
||||||
|
|||||||
@ -26,7 +26,7 @@
|
|||||||
/**
|
/**
|
||||||
* Prepare array with list of tabs
|
* Prepare array with list of tabs
|
||||||
*
|
*
|
||||||
* @param Object $object Object related to tabs
|
* @param object $object Object related to tabs
|
||||||
* @return array Array of tabs to shoc
|
* @return array Array of tabs to shoc
|
||||||
*/
|
*/
|
||||||
function propal_prepare_head($object)
|
function propal_prepare_head($object)
|
||||||
|
|||||||
@ -147,7 +147,7 @@ abstract class ModeleNumRefPropales
|
|||||||
* Create a document onto disk according to template module.
|
* Create a document onto disk according to template module.
|
||||||
*
|
*
|
||||||
* @param DoliDB $db Database handler
|
* @param DoliDB $db Database handler
|
||||||
* @param Object $object Object proposal
|
* @param object $object Object proposal
|
||||||
* @param string $modele Force model to use ('' to not force)
|
* @param string $modele Force model to use ('' to not force)
|
||||||
* @param Translate $outputlangs Object langs to use for output
|
* @param Translate $outputlangs Object langs to use for output
|
||||||
* @param int $hidedetails Hide details of lines
|
* @param int $hidedetails Hide details of lines
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user