dolibarr 18.0.6
|
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.
compareIdAsc | ( | stdClass | $a, |
stdClass | $b ) |
Compare two modules by their ID for a ascending order.
stdClass | $a | First module |
stdClass | $b | Second module |
Definition at line 418 of file modules.php.
Referenced by comparePermissionIdsAsc().
compareIdDesc | ( | stdClass | $a, |
stdClass | $b ) |
Compare two modules by their ID for a descending order.
stdClass | $a | First module |
stdClass | $b | Second module |
Definition at line 434 of file modules.php.
Referenced by comparePermissionIdsDesc().
comparePermissionIdsAsc | ( | stdClass | $a, |
stdClass | $b ) |
Compare two modules by their ID for a ascending order.
stdClass | $a | First module |
stdClass | $b | Second module |
Definition at line 450 of file modules.php.
References compareIdAsc().
comparePermissionIdsDesc | ( | stdClass | $a, |
stdClass | $b ) |
Compare two modules by their permissions for a descending order.
stdClass | $a | First module |
stdClass | $b | Second module |
Definition at line 477 of file modules.php.
References compareIdDesc().