← All docs

get_declared_classes()

Returns an array of the names of the defined classes.

get_declared_classes()

function get_declared_classes(): array

Returns an array of the names of the defined classes.

Parameters: none.

Returns: array

No examples yet — check examples/ and showcases/ for usage patterns.

Internals

For how get_declared_classes is implemented in the compiler, see the internals page.