Exakat\Analyzer\Analyzer::makeBaseName PHP Method

makeBaseName() public static method

public static makeBaseName ( $className )
    public static function makeBaseName($className)
    {
        // No Exakat, no Analyzer, using / instead of \
        return $className;
    }
Analyzer