Page MenuHomeDevCentral

Get class name with or without namespace
ClosedPublic

Authored by dereckson on Jun 30 2023, 21:49.
Tags
None
Referenced Files
F7575446: D3215.diff
Tue, Apr 29, 01:27
F7572778: D3215.diff
Tue, Apr 29, 00:10
Unknown Object (File)
Mon, Apr 28, 03:07
Unknown Object (File)
Sat, Apr 26, 04:49
Unknown Object (File)
Fri, Apr 25, 10:44
Unknown Object (File)
Thu, Apr 24, 17:15
Unknown Object (File)
Wed, Apr 23, 23:45
Unknown Object (File)
Sat, Apr 19, 15:20
Subscribers
None

Details

Summary
  • CodeClass::getClassName allows to get class name with namespace
  • CodeClass::getShortClassName returns only the class name
Test Plan

This is used in Zed for XmlDocument serialization:

$key = CodeClass::from($value)->getShortClassName();

Unit tests provided.

Diff Detail

Repository
rKERUALD Keruald libraries development repository
Lint
Lint Passed
Unit
Tests Passed
Branch
codeclass
Build Status
Buildable 5067
Build 5348: arc lint + arc unit

Event Timeline

dereckson created this revision.

Remove from static constructor

This revision is now accepted and ready to land.Jun 30 2023, 21:53