Skip to content

Protected Function #73

@Manuzza

Description

@Manuzza

Not really a bug per se - more of a question...

Is there any reason why the following function is defined as protected?

protected function addImage(&$img, $x, $y, $w = 0, $h = 0, $quality = 75, $angle = 0)

It is not used from anywhere else in the class and being protected, it cannot be access from outside the class. Shouldn't this be defined as public in order for it to be usable?

Murray

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions