Bitrix-D7
23.9
Загрузка...
Поиск...
Не найдено
baseproperty.php
1
<?php
2
3
namespace
Bitrix\Calendar\Core\Base
;
4
5
abstract
class
BaseProperty
implements
Property
6
{
10
public
function
__toString
(): string
11
{
12
return
$this->
toString
();
13
}
14
18
abstract
public
function
getFields
(): array;
19
23
abstract
public
function
toString
(): string;
24
}
Bitrix\Calendar\Core\Base\BaseProperty
Definition
baseproperty.php:6
Bitrix\Calendar\Core\Base\BaseProperty\toString
toString()
Bitrix\Calendar\Core\Base\BaseProperty\__toString
__toString()
Definition
baseproperty.php:10
Bitrix\Calendar\Core\Base\BaseProperty\getFields
getFields()
Bitrix\Calendar\Core\Base\Property
Definition
property.php:6
Bitrix\Calendar\Core\Base
Definition
baseexception.php:3
modules
calendar
lib
core
base
baseproperty.php
Создано системой
1.10.0