1 | <?php |
||
14 | final class AuthPlainCommand extends AbstractCommand |
||
15 | { |
||
16 | |||
17 | /** |
||
18 | * @var Tag |
||
19 | */ |
||
20 | private $tag; |
||
21 | |||
22 | /** |
||
23 | * AuthPlainCommand constructor. |
||
24 | * @param Tag $tag |
||
25 | */ |
||
26 | public function __construct(Tag $tag) |
||
30 | |||
31 | /** |
||
32 | * @return StreamInterface |
||
33 | */ |
||
34 | protected function createStream(): StreamInterface |
||
38 | |||
39 | /** |
||
40 | * @return Tag |
||
41 | */ |
||
42 | public function getTag(): Tag |
||
46 | } |