메소드 |
설명 |
|
__clone ( ) |
|
|
addSetup ( $entity, array $args = [] ) : self |
|
|
addTag ( $tag, $attr = TRUE ) : self |
|
|
getAutowired ( ) : boolean | string[] |
|
|
getClass ( ) : string | null |
|
|
getEntity ( ) : string | array | ServiceDefinition | null |
|
|
getFactory ( ) : Statement | null |
|
|
getImplement ( ) : string | null |
|
|
getImplementMode ( ) : string | null |
|
|
getImplementType ( ) |
|
|
getInject ( ) : boolean | null |
|
|
getParameters ( ) : array |
|
|
getSetup ( ) : Statement[] |
|
|
getTag ( $tag ) : mixed |
|
|
getTags ( ) : array |
|
|
isAutowired ( ) : boolean | string[] |
|
|
isDynamic ( ) : boolean |
|
|
setArguments ( array $args = [] ) : self |
|
|
setAutowired ( $state = TRUE ) : self |
|
|
setClass ( $class, array $args = [] ) : self |
|
|
setDynamic ( $state = TRUE ) : self |
|
|
setFactory ( $factory, array $args = [] ) : self |
|
|
setImplement ( $interface ) : self |
|
|
setImplementMode ( $mode ) : self |
|
|
setImplementType ( $type ) |
|
|
setInject ( $state = TRUE ) : self |
|
|
setNotifier ( callable $notifier ) |
|
|
setParameters ( array $params ) : self |
|
|
setSetup ( array $setup ) : self |
|
|
setTags ( array $tags ) : self |
|
|