| Package | system.ioc |
| Class | public class ObjectMethod |
| Inheritance | ObjectMethod Object |
| Subclasses | ObjectFactoryMethod, ObjectStaticFactoryMethod |
| Property | Defined By | ||
|---|---|---|---|
| arguments : Array
The array of the arguments to passed-in the factory method. | ObjectMethod | ||
| name : String
The name of the method to invoke to create the object. | ObjectMethod | ||
| Method | Defined By | ||
|---|---|---|---|
ObjectMethod(name:String, arguments:Array = null)
Creates a new ObjectMethod instance. | ObjectMethod | ||
| arguments | property |
public var arguments:ArrayThe array of the arguments to passed-in the factory method.
| name | property |
public var name:StringThe name of the method to invoke to create the object.
| ObjectMethod | () | Constructor |
public function ObjectMethod(name:String, arguments:Array = null)Creates a new ObjectMethod instance.
Parametersname:String — The name of the method to invoke.
| |
arguments:Array (default = null) — The array of the arguments to passed-in the method.
|