Sulu\Component\Content\Compat\PropertyInterface::getInfoText PHP Метод

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

returns infoText of property.
public getInfoText ( string $languageCode ) : string
$languageCode string
Результат string
    public function getInfoText($languageCode);

Usage Example

Пример #1
0
 /**
  * returns infoText of property.
  *
  * @param string $languageCode
  *
  * @return string
  */
 public function getInfoText($languageCode)
 {
     return $this->property->getInfoText($languageCode);
 }