<?php strrchr(string $haystack, string $needle, bool $before_needle = false): string|false
<?php $reflect = new \ReflectionClass($this); $namespace = $reflect->getNamespaceName(); return substr(strrchr($namespace, "\\"), 1); } }