Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename to CONTEXT_CREATE #633

Open
github-actions bot opened this issue Feb 5, 2024 · 0 comments
Open

Rename to CONTEXT_CREATE #633

github-actions bot opened this issue Feb 5, 2024 · 0 comments
Labels

Comments

@github-actions
Copy link

github-actions bot commented Feb 5, 2024

    }

    enum Context implements PipelinePhase {
        // TODO Rename to CONTEXT_CREATE
        CONTEXT_BEFORE_RENDER,

        /**
         * Called when a context is rendered for the first time.
         * At this phase the pipeline interceptor subject is a {@link IFRenderContext}.
         */
        // TODO Rename to CONTEXT_SETUP
        CONTEXT_RENDER,

        /**
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: 📋 Backlog
Development

No branches or pull requests

0 participants