1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
basegeometry.php
См. документацию.
1
<?php
2
3
namespace
Bitrix\Location\Geometry\Type
;
4
5
abstract
class
BaseGeometry
6
{
10
public
function
getGeometryType
(): string
11
{
12
return
(
new
\ReflectionClass($this))->getShortName();
13
}
14
19
public
function
contains
(
BaseGeometry
$geometry): ?bool
20
{
21
return
null
;
22
}
23
27
abstract
public
function
asArray
():
array
;
28
}
Bitrix\Location\Geometry\Type\BaseGeometry
Определения
basegeometry.php:6
Bitrix\Location\Geometry\Type\BaseGeometry\asArray
asArray()
Bitrix\Location\Geometry\Type\BaseGeometry\contains
contains(BaseGeometry $geometry)
Определения
basegeometry.php:19
Bitrix\Location\Geometry\Type\BaseGeometry\getGeometryType
getGeometryType()
Определения
basegeometry.php:10
array
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения
file_new.php:804
Bitrix\Location\Geometry\Type
Определения
basegeometry.php:3
bitrix
modules
location
lib
geometry
type
basegeometry.php
Создано системой
1.14.0