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

Get attribute value
public getValue ( ) : string
Результат string
 public function getValue()
 {
     $this->__load();
     return parent::getValue();
 }