Learn more from Budd Wright.
Here is an example of the basic structure:
component displayname="jhjh" hint="Sample Utitility" output="false"
{
property name="x" type="any";
public any function getX()
{
return x;
}
public void function setX( required any x )
{
x = arguments.x;
}
public function Hello World()
{
}
}
No comments:
Post a Comment