New (ItemNotFound constructor): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
m (1 revision)
Line 1: Line 1:
 
{{Template:ItemNotFound:New subtitle}}
<span class="pageSubtitle"><section begin=dpl_desc/>Create new ItemNotFound instance<section end=dpl_desc/></span>
[[Category:ItemNotFound methods|New constructor]]
<p>
New is a member of the [[ItemNotFound class]].
</p>


==Syntax==
==Syntax==
<p class="syntax">[%itemnf =] [%(ItemNotFound):]New
{{Template:ItemNotFound:New syntax}}
</p>
===Syntax terms===
===Syntax terms===
<table class="syntaxTable">
<table class="syntaxTable">
Line 15: Line 9:


</td></tr></table>
</td></tr></table>
==See also==
{{Template:ItemNotFound:New footer}}

Revision as of 20:42, 25 March 2011

Create a new ItemNotFound object (ItemNotFound class)

Syntax

%itemNotFound = [%(ItemNotFound):]New

Syntax terms

%itemnf A reference to an instance of an ItemNotFound object.

See also