← All docs

get_called_class()

get_called_class() is available inside eval'd code via the magician interpreter; compiled (AOT) code does not support it yet.

get_called_class()

function get_called_class(): mixed

get_called_class() is available inside eval’d code via the magician interpreter; compiled (AOT) code does not support it yet.

Parameters: none.

Returns: mixed

Availability

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