dolibarr
x.y.z
|
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. More... | |
compareIdDesc (stdClass $a, stdClass $b) | |
Compare two modules by their ID for a descending order. More... | |
comparePermissionIdsAsc (stdClass $a, stdClass $b) | |
Compare two modules by their ID for a ascending order. More... | |
comparePermissionIdsDesc (stdClass $a, stdClass $b) | |
Compare two modules by their permissions for a descending order. More... | |
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 393 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 409 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 425 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 452 of file modules.php.
References compareIdDesc().