• Модуль: main
  • Путь к файлу: ~/bitrix/modules/main/lib/ui/accessrights/entity/entitybase.php
  • Класс: BitrixMainUIAccessRightsEntityEntityBase
  • Вызов: EntityBase::getUrl
public function getUrl(): string;
abstract public function getAvatar(int $width = 58, int $height = 58): ?string;

public function getMetaData(): array
{
	return [
		'type' 		=> $this->getType(),
		'id' 		=> $this->getId(),
		'name' 		=> $this->getName(),
		'url' 		=> $this->getUrl(),
		'avatar' 	=> $this->getAvatar()
	];
}