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

getTitle() 공개 메소드

returns title of property.
public getTitle ( string $languageCode ) : string
$languageCode string
리턴 string
    public function getTitle($languageCode);

Usage Example

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