Service
class Service
Properties
$creator | |||
$arguments | |||
Expression[] | $setup |
Methods
Details
at line 32
Service
create(Expression|array|string $creator, array $arguments)
No description
at line 43
Service
arguments(...$arguments)
No description
at line 50
Service
name(string $name)
No description
at line 57
Service
call(string $name, array $arguments = [])
No description
at line 64
Service
set(string $name, mixed $value)
No description
at line 71
Service
execute(Expression $setup)
No description
at line 78
Service
type(string $type)
No description
at line 85
Service
autowired(bool|string|array $state = true)
No description
at line 95
Service
tags(array $tags)
No description