File manager - Edit - /home/c14075/dragmet-ural.ru/www/bitrix/modules/location/lib/geometry/type/basegeometry.php
Back
<?php namespace Bitrix\Location\Geometry\Type; abstract class BaseGeometry { /** * @return string */ public function getGeometryType(): string { return (new \ReflectionClass($this))->getShortName(); } /** * @param BaseGeometry $coordinate * @return bool|null */ public function contains(BaseGeometry $geometry): ?bool { return null; } /** * @return array */ abstract public function asArray(): array; }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.26 |
proxy
|
phpinfo
|
Settings