Fix doxygen
This commit is contained in:
parent
8e82bb7148
commit
3dfe09d1fe
@ -1239,10 +1239,10 @@ class Ldap
|
||||
/**
|
||||
* Load all attribute of a LDAP user
|
||||
*
|
||||
* @param User $user User to search for. Not used if a filter is provided.
|
||||
* @param string $filter Filter for search. Must start with &.
|
||||
* Examples: &(objectClass=inetOrgPerson) &(objectClass=user)(objectCategory=person) &(isMemberOf=cn=Sales,ou=Groups,dc=opencsi,dc=com)
|
||||
* @return int >0 if OK, <0 if KO
|
||||
* @param User|string $user Not used.
|
||||
* @param string $filter Filter for search. Must start with &.
|
||||
* Examples: &(objectClass=inetOrgPerson) &(objectClass=user)(objectCategory=person) &(isMemberOf=cn=Sales,ou=Groups,dc=opencsi,dc=com)
|
||||
* @return int >0 if OK, <0 if KO
|
||||
*/
|
||||
public function fetch($user, $filter)
|
||||
{
|
||||
|
||||
@ -895,7 +895,7 @@ class pdf_eagle extends ModelePdfStockTransfer
|
||||
/**
|
||||
* Show top header of page.
|
||||
*
|
||||
* @param PDF $pdf Object PDF
|
||||
* @param TCPDF $pdf Object PDF
|
||||
* @param Object $object Object to show
|
||||
* @param int $showaddress 0=no, 1=yes
|
||||
* @param Translate $outputlangs Object lang for output
|
||||
|
||||
@ -879,7 +879,7 @@ class pdf_standard_myobject extends ModelePDFMyObject
|
||||
/**
|
||||
* Show top header of page.
|
||||
*
|
||||
* @param Tcpdf $pdf Object PDF
|
||||
* @param TCPDF $pdf Object PDF
|
||||
* @param Object $object Object to show
|
||||
* @param int $showaddress 0=no, 1=yes
|
||||
* @param Translate $outputlangs Object lang for output
|
||||
|
||||
@ -798,7 +798,7 @@ class pdf_standard_recruitmentjobposition extends ModelePDFRecruitmentJobPositio
|
||||
/**
|
||||
* Show top header of page.
|
||||
*
|
||||
* @param Tcpdf $pdf Object PDF
|
||||
* @param TCPDF $pdf Object PDF
|
||||
* @param Object $object Object to show
|
||||
* @param int $showaddress 0=no, 1=yes
|
||||
* @param Translate $outputlangs Object lang for output
|
||||
|
||||
Loading…
Reference in New Issue
Block a user