On this page
Function namespaceSplit
Split the namespace from the classname.
Commonly used like list($namespace, $className) = namespaceSplit($class);
.
Copyright: Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
License: MIT License
Located at Core/functions.php
License: MIT License
Located at Core/functions.php
namespaceSplit( string $class )
Parameters summary
string |
$class |
The full class name, ie Cake\Core\App . |
Returns
array
Array with 2 indexes. 0 => namespace, 1 => classname.
© 2005–present The Cake Software Foundation, Inc.
Licensed under the MIT License.
CakePHP is a registered trademark of Cake Software Foundation, Inc.
We are not endorsed by or affiliated with CakePHP.
https://api.cakephp.org/3.7/function-namespaceSplit.html