Sulu\Component\Content\Compat\PropertyInterface::getPlaceholder PHP 메소드

getPlaceholder() 공개 메소드

returns placeholder of property.
public getPlaceholder ( string $languageCode ) : string
$languageCode string
리턴 string
    public function getPlaceholder($languageCode);

Usage Example

예제 #1
0
 /**
  * returns placeholder of property.
  *
  * @param string $languageCode
  *
  * @return string
  */
 public function getPlaceholder($languageCode)
 {
     return $this->property->getPlaceholder($languageCode);
 }