Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
buildClassName ($parts) | |
Definition at line 10 of file NameBuilder.php.
buildClassName | ( | $parts | ) |
Builds namespace + classname out of the parts array
Split every part into pieces by _ and \ and uppercase every piece Then join them back using \
string[] | $parts |
Definition at line 21 of file NameBuilder.php.