메소드 |
설명 |
|
__construct ( string $index, mixed $value, integer $type = self::ARGUMENT_TYPES_STRAIGHTVALUE ) |
Constructor - sets the index, value and type of the argument |
|
getAutowiring ( ) : integer |
Returns the autowiring mode for this argument |
|
getIndex ( ) : string |
Returns the index (position) of the argument |
|
getType ( ) : integer |
Returns the type of the argument |
|
getValue ( ) : mixed |
Returns the value of the argument |
|
set ( integer $index, mixed $value, integer $type = self::ARGUMENT_TYPES_STRAIGHTVALUE ) : void |
Sets the index, value, type of the argument and object configuration |
|
setAutowiring ( integer $autowiring ) : void |
Sets autowiring for this argument |
|