Sha256: 3fe7a442f625f6d8ccff9cd33e5e8330254d46e2d175cec49a764fd87a2b046d
Contents?: true
Size: 358 Bytes
Versions: 16
Compression:
Stored size: 358 Bytes
Contents
component accessors="true" { property type="string" name="firstName" default=""; property string username; function init(){ return this; } public any function submitOrder( required product, coupon="", boolean results=true ){ var foo = function( required string baz, x=true, y=false ){ return "bar!"; }; return foo; } }
Version data entries
16 entries across 16 versions & 2 rubygems