IGeoMapLocationContent::getName PHP Метод

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

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

Usage Example

Пример #1
0
 /**
  * Get name
  * @return string
  */
 protected function getName()
 {
     return !is_null($this->m_content) ? $this->m_content->getName() : null;
 }
All Usage Examples Of IGeoMapLocationContent::getName
IGeoMapLocationContent