getTitle() public method

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