duncan3dc\Sonos\Tracks\Stream::getTitle PHP Method

getTitle() public method

Get the name for this stream.
public getTitle ( ) : string
return string
    public function getTitle()
    {
        trigger_error("The getTitle() method is deprecated in favour of getName()", \E_USER_DEPRECATED);
        return $this->getName();
    }