className()
className(string $class, string $type = '', string $suffix = '') : false|string
Return the class name namespaced. This method checks if the class is defined on the application/plugin, otherwise try to load from the CakePHP core
Parameters
string | $class | Class name |
string | $type | Type of class |
string | $suffix | Class name suffix |
Returns
false|string —False if the class is not found or namespaced class name