PHP Класс Geo_MapLocationContent

Наследование: extends DatabaseObject, implements IGeoMapLocationContent
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
$m_columnNames array
$m_dbTableName string
$m_keyColumnNames array

Открытые методы

Метод Описание
InsertContent ( array $poi ) : integer Inserts text content of the poi
UpdateState ( array $poi ) : void Updates visibility state of the poi
UpdateText ( array $poi ) : void Updates text content of the poi
__construct ( IGeoMapLocation $mapLocation = NULL, IGeoMapLocationLanguage $locationLanguage = NULL, array $p_contentSource = NULL, $p_forceExists = false )
getContent ( ) : string Get content
getName ( ) : string Get name
getText ( ) : string Get text

Описание методов

InsertContent() публичный статический Метод

Inserts text content of the poi
public static InsertContent ( array $poi ) : integer
$poi array
Результат integer

UpdateState() публичный статический Метод

Updates visibility state of the poi
public static UpdateState ( array $poi ) : void
$poi array
Результат void

UpdateText() публичный статический Метод

Updates text content of the poi
public static UpdateText ( array $poi ) : void
$poi array
Результат void

__construct() публичный Метод

public __construct ( IGeoMapLocation $mapLocation = NULL, IGeoMapLocationLanguage $locationLanguage = NULL, array $p_contentSource = NULL, $p_forceExists = false )
$mapLocation IGeoMapLocation
$locationLanguage IGeoMapLocationLanguage
$p_contentSource array

getContent() публичный Метод

Get content
public getContent ( ) : string
Результат string

getName() публичный Метод

Get name
public getName ( ) : string
Результат string

getText() публичный Метод

Get text
public getText ( ) : string
Результат string

Описание свойств

$m_columnNames публичное свойство

public array $m_columnNames
Результат array

$m_dbTableName публичное свойство

public string $m_dbTableName
Результат string

$m_keyColumnNames публичное свойство

public array $m_keyColumnNames
Результат array