Sha256: 346cf99ace3eb6f3d44428ca39946416dc6f2a9703c864fd7bfee93364f81d8d

Contents?: true

Size: 474 Bytes

Versions: 5

Compression:

Stored size: 474 Bytes

Contents

<cfcomponent>
	
	<cffunction name="init" access="public" returntype="any">
		<cfargument name="arg1" type="any" required="true">
		<cfset this.myVariable = arguments.arg1>

		<cfreturn this>
	</cffunction>

	<cffunction name="testFunc" access="private" returntype="void">
		<cfargument name="arg1" type="any" required="false">
		
		<cfif structKeyExists(arguments, "arg1")>
			<cfset writeoutput("Argument exists")>
		</cfif>
	</cffunction>
	
</cfcomponent>

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
tdiary-4.2.1 vendor/bundle/ruby/2.2.0/gems/pygments.rb-0.6.3/vendor/pygments-main/tests/examplefiles/exampleTag.cfc
pygments.rb-0.6.3 vendor/pygments-main/tests/examplefiles/exampleTag.cfc
pygments.rb-0.6.2 vendor/pygments-main/tests/examplefiles/exampleTag.cfc
pygments.rb-0.6.1 vendor/pygments-main/tests/examplefiles/exampleTag.cfc
pygments.rb-0.6.0 vendor/pygments-main/tests/examplefiles/exampleTag.cfc