Packagesystem.ioc
Classpublic class ObjectMethod
InheritanceObjectMethod Inheritance Object
Subclasses ObjectFactoryMethod, ObjectStaticFactoryMethod

This object defines a method definition with a method name and this arguments.



Public Properties
 PropertyDefined 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
Public Methods
 MethodDefined By
  
ObjectMethod(name:String, arguments:Array = null)
Creates a new ObjectMethod instance.
ObjectMethod
Property Detail
argumentsproperty
public var arguments:Array

The array of the arguments to passed-in the factory method.

nameproperty 
public var name:String

The name of the method to invoke to create the object.

Constructor Detail
ObjectMethod()Constructor
public function ObjectMethod(name:String, arguments:Array = null)

Creates a new ObjectMethod instance.

Parameters
name:String — The name of the method to invoke.
 
arguments:Array (default = null) — The array of the arguments to passed-in the method.