Skip to content

Private methods in default actions make overriding harder #4

@sampart

Description

@sampart

Many of the actions in Action, in particular ListAction.php have a number of private methods. This means that, if you want to override one of them and make a custom action, you have to copy-and-paste the private methods out of the parent class.

If those methods were simply protected, this problem would disappear.

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