getInfoText() public method

returns infoText of property.
public getInfoText ( string $languageCode ) : string
$languageCode string
return string
Example #1
0
 /**
  * returns infoText of property.
  *
  * @param string $languageCode
  *
  * @return string
  */
 public function getInfoText($languageCode)
 {
     return $this->property->getInfoText($languageCode);
 }