Checks if string given references a class path and method
protected function isPhpScript(string $callable) : bool { return false === strpos($callable, ' ') && false !== strpos($callable, '::'); }