dolibarr 21.0.0-alpha
|
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 441 of file modules.php.
Referenced by comparePermissionIdsAsc().
Compare two modules by their ID for a descending order.
Definition at line 457 of file modules.php.
Referenced by comparePermissionIdsDesc().
Compare two modules by their ID for a ascending order.
Definition at line 473 of file modules.php.
References compareIdAsc().
Compare two modules by their permissions for a descending order.
Definition at line 500 of file modules.php.
References compareIdDesc().