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

Extract method to get TCPDF producer #572

Closed

Commits on Dec 10, 2022

  1. Extract method to get TCPDF producer

    Wraps TCPDF_STATIC::getTCPDFProducer() calls with a private method and
    adds an empty private property that can be used to change the producer
    line. The private property can be changed with the reflection API.
    
    Both method and property are declared as private to avoid BC breaks.
    
    The idea is to help with testing PDF generation, by using a predictable
    producer line.
    
    Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
    MauricioFauth committed Dec 10, 2022
    Configuration menu
    Copy the full SHA
    ac24567 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2023

  1. Configuration menu
    Copy the full SHA
    d936d51 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Configuration menu
    Copy the full SHA
    1935905 View commit details
    Browse the repository at this point in the history