4.2.17. Remove Final

This cobbler removes the final keyword on classes and methods.

4.2.17.1. Before

<?php

final class y {
    final function foo() {}
}

?>

4.2.17.2. After

<?php

class y {
    function foo() {}
}

?>

4.2.17.4. Reverse Cobbler

4.2.17.5. Specs

Short Name

Classes/RemoveFinal

Exakat version

2.3.0

Available in

Entreprise Edition, Exakat Cloud