a2\b2\ab::__construct PHP Method

__construct() public method

public __construct ( )
        function __construct()
        {
            print __METHOD__ . "\n";
        }