dolibarr 19.0.3
|
File to list all Dolibarr modules. More...
Go to the source code of this file.
Functions | |
compareIdAsc (stdClass $a, stdClass $b) | |
Compare two modules by their ID for a ascending order. | |
compareIdDesc (stdClass $a, stdClass $b) | |
Compare two modules by their ID for a descending order. | |
comparePermissionIdsAsc (stdClass $a, stdClass $b) | |
Compare two modules by their ID for a ascending order. | |
comparePermissionIdsDesc (stdClass $a, stdClass $b) | |
Compare two modules by their permissions for a descending order. | |
File to list all Dolibarr modules.
Definition in file modules.php.
Compare two modules by their ID for a ascending order.
Definition at line 418 of file modules.php.
Referenced by comparePermissionIdsAsc().
Compare two modules by their ID for a descending order.
Definition at line 434 of file modules.php.
Referenced by comparePermissionIdsDesc().
Compare two modules by their ID for a ascending order.
Definition at line 450 of file modules.php.
References compareIdAsc().
Compare two modules by their permissions for a descending order.
Definition at line 477 of file modules.php.
References compareIdDesc().