IGeoMapLocationContent::getName PHP Method

getName() public method

Get name
public getName ( ) : string
return string
    public function getName();

Usage Example

 /**
  * 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