1.2.13. Abstract Class Usage

List of all abstract classes defined in the code.

<?php

abstract class foo {
    function foobar();
}

class bar extends foo {
    // extended method
    function foobar() {
        // doSomething()
    }

    // extra method
    function barbar() {
        // doSomething()
    }
}
?>

See also Classes abstraction.

1.2.13.1. Specs

Short name

Classes/Abstractclass

Rulesets

All, Appinfo, CE, Changed Behavior

Exakat since

0.8.4

PHP Version

All

Severity

Time To Fix

Precision

Very high

Features

class, abstract

Available in

Entreprise Edition, Community Edition, Exakat Cloud