Sstalle\php7cc\NodeVisitor\NewClassVisitor::__construct PHP Method

__construct() public method

public __construct ( )
    public function __construct()
    {
        foreach (self::$newClasses as $className) {
            self::$lowerCasedNewClasses[strtolower($className)] = $className;
        }
    }