models - List all the namespaces and plugins (Octobercms) -


i new octobercms, want list existing namespaces , plugins , models in project, how can it?

https://secure.php.net/manual/en/function.get-declared-classes.php

echo dump(get_declared_classes()); 

or

dd(get_declared_classes()); 

Comments

Popular posts from this blog

angular - DownloadURL return null in below code -

python 2.7 - Given three nested dictionaries, sort the top two nested dictionaries from a value in the innermost dictionary? -