duncan3dc\Sonos\Tracks\Stream::getName PHP Метод

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

Get the name for this stream.
public getName ( ) : string
Результат string
    public function getName()
    {
        return $this->name;
    }