App\Source\RouteSystem\PageRouteCollection::instance PHP Method

instance() public static method

public static instance ( )
    public static function instance()
    {
        if (!self::$_self instanceof self) {
            self::$_self = new self();
        }
        return self::$_self;
    }