1 | <?php |
||
31 | class Features extends XmlElement |
||
32 | { |
||
33 | use Accessors; |
||
34 | |||
35 | /** |
||
36 | * XmlElement constructor |
||
37 | * |
||
38 | * @param array $features |
||
39 | */ |
||
40 | public function __construct(array $features = []) |
||
44 | |||
45 | /** |
||
46 | * @return false|StartTls |
||
47 | */ |
||
48 | public function getStartTls() |
||
52 | |||
53 | public function getMechanisms() |
||
59 | } |
||
60 |