1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
base.php
См. документацию.
1<?php
3
4abstract class Base
5{
6 protected $options = array();
7
8 public function __construct(array $options = array())
9 {
10 $this->options = $options;
11 }
12
13 public function getOptions()
14 {
15 return $this->options;
16 }
17
18 protected function getMetaResult()
19 {
20 return array(
21 'id' => 0,
22 'name' => '',
23 'link' => ''
24 );
25 }
26
27 public function getBBCodeText()
28 {
29
30 }
31
32}
__construct(array $options=array())
Определения base.php:8
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения file_new.php:804