...
Scroll tablelayout | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...
Returns a string array of names of constraints that have the given module as a source.
Examples
...
// Get the constraints that have LFHD as a source.
...
string $constraints[] = `getConstraintsThisIsSource "LFHD"`;
...
print $constraints;
Additional information
Related commands
...