forked from Wavyzz/dolibarr
Doc
This commit is contained in:
@@ -12254,10 +12254,9 @@ function dolGetButtonTitle($label, $helpText = '', $iconClass = 'fa fa-file', $u
|
||||
/**
|
||||
* Get an array with properties of an element.
|
||||
*
|
||||
* @param string $elementType Element type (Value of $object->element). Example:
|
||||
* @param string $elementType Element type (Value of $object->element or value of $object->element@$object->module). Example:
|
||||
* 'action', 'facture', 'project', 'project_task' or
|
||||
* 'myobject@mymodule' or
|
||||
* 'myobject_mysubobject' (where mymodule = myobject, like 'project_task')
|
||||
* 'myobject@mymodule' (or old syntax 'mymodule_myobject' like 'project_task')
|
||||
* @return array{module:string,element:string,table_element:string,subelement:string,classpath:string,classfile:string,classname:string,dir_output:string} array('module'=>, 'classpath'=>, 'element'=>, 'subelement'=>, 'classfile'=>, 'classname'=>, 'dir_output'=>)
|
||||
* @see fetchObjectByElement(), getMultiDirOutput()
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user