Constructor
| Kind of class: | public class |
|---|---|
| Package: | com.bourre.ioc.assembler.constructor |
| Inherits from: | none |
| Implements: | |
| Classpath: | com.bourre.ioc.assembler.constructor.Constructor |
| File last modified: | Monday, 21 April 2008, 17:52:19 |
Summary
Constructor
- Constructor (id:String, type:String = null, args:Array = null, factory:String = null, singleton:String = null, ref:String = null)
Instance properties
Instance methods
- toString : String
- Returns the string representation of this instance.
Constructor
Constructor
public function Constructor (
id:String,
type:String = null,
args:Array = null,
factory:String = null,
singleton:String = null,
ref:String = null)
Instance properties
arguments
public arguments:Array
(read,write)
factory
public factory:String
(read,write)
id
public id:String
(read,write)
ref
public ref:String
(read,write)
result
public result = *
(read,write)
singleton
public singleton:String
(read,write)
type
public type:String
(read,write)
Instance methods
toString
public function toString (
) : String
Returns the string representation of this instance.
Returns:
- the string representation of this instance