1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
abstractbase.php
См. документацию.
1<?php
2
4
7
9{
10 protected function getService() : IInternalService
11 {
12 return $this->service;
13 }
14
20 protected function getMethodName(string $name) : string
21 {
22 return $this->getService()->getMethodPrefix().'.'.$name;
23 }
24}
getMethodName(string $name)
Определения abstractbase.php:20
$name
Определения menu_edit.php:35