Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
hascontexttrait.php
1<?php
2
4
5trait HasContextTrait
6{
8 protected ContextInterface $context;
9
13 public function getContext(): ContextInterface
14 {
15 return $this->context;
16 }
17}