1 | <?php |
||
13 | class Share extends AbstractButton |
||
14 | { |
||
15 | use UtilityTrait; |
||
16 | |||
17 | /** |
||
18 | * @var \Kerox\Messenger\Model\Message\Attachment\Template\GenericTemplate|null |
||
19 | */ |
||
20 | protected $content; |
||
21 | |||
22 | /** |
||
23 | * Share constructor. |
||
24 | */ |
||
25 | 1 | public function __construct(?GenericTemplate $content = null) |
|
31 | |||
32 | /** |
||
33 | * @return \Kerox\Messenger\Model\Common\Button\Share |
||
34 | */ |
||
35 | 1 | public static function create(?GenericTemplate $content = null): self |
|
39 | |||
40 | 1 | public function toArray(): array |
|
51 | } |
||
52 |
This class constant has been deprecated. The supplier of the class has supplied an explanatory message.
The explanatory message should give you some clue as to whether and when the constant will be removed from the class and what other constant to use instead.