getInfoText() 공개 메소드

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