1 | <?php |
||
10 | final class CapabilityCommand extends AbstractCommand |
||
11 | { |
||
12 | |||
13 | /** |
||
14 | * @var Tag |
||
15 | */ |
||
16 | private $tag; |
||
17 | |||
18 | /** |
||
19 | * CapabilityCommand constructor. |
||
20 | * @param Tag $tag |
||
21 | */ |
||
22 | public function __construct(Tag $tag) |
||
26 | |||
27 | /** |
||
28 | * @return StreamInterface |
||
29 | */ |
||
30 | public function createStream(): StreamInterface |
||
34 | |||
35 | /** |
||
36 | * @return Tag |
||
37 | */ |
||
38 | public function getTag(): Tag |
||
42 | } |