getName() public method

Get name
public getName ( ) : string
return string
 public function getName()
 {
     if ($this->__isInitialized__ === false) {
         return $this->_identifier["name"];
     }
     $this->__load();
     return parent::getName();
 }