Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions language/predefined/php-incomplete-class.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@

<classsynopsis class="class">
<ooclass>
<modifier>final</modifier>
<classname>__PHP_Incomplete_Class</classname>
</ooclass>
</classsynopsis>
Expand All @@ -41,6 +42,28 @@
</para>
</section>

<section xml:id="php-incomplete-class.changelog" role="changelog">
&reftitle.changelog;
<informaltable>
<tgroup cols="2">
<thead>
<row>
<entry>&Version;</entry>
<entry>&Description;</entry>
</row>
</thead>
<tbody>
<row>
<entry>8.0.0</entry>
<entry>
This class is now <literal>final</literal>.
</entry>
</row>
</tbody>
</tgroup>
</informaltable>
</section>

<section xml:id="php-incomplete-class.examples" role="examples">
&reftitle.examples;
<example xml:id="php-incomplete-class.basic-example">
Expand Down
Loading