Namespace Archetype.methodBuilders.public_private
Archetype.methodBuilders.public_private
Basic method Builder used to differentiate public & private variable based on their name.
All methods are bound to their object (this will always be the objects "this", even in a event listener)
Defined in: componentManager.js.
| Method Attributes | Method Name and Description |
|---|---|
| <static> |
Archetype.methodBuilders.public_private.build(component, methodName)
Acts on the Archetype.Component definition method methodName (that matches ".
|
Method Detail
<static>
Archetype.methodBuilders.public_private.build(component, methodName)
Acts on the Archetype.Component definition method methodName (that matches ".*" regexp)
- Parameters:
- {Archetype.ComponentDefinition} component
- {Function} methodName