%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /home/vacivi36/intranet.vacivitta.com.br/protected/modules/spotify/widgets/
Upload File :
Create Path :
Current File : /home/vacivi36/intranet.vacivitta.com.br/protected/modules/spotify/widgets/SpotifyFrame.php

<?php

namespace humhub\modules\spotify\widgets;

use Yii;
use yii\base\Widget;

/**
 *
 * @author Felli
 */
class SpotifyFrame extends Widget
{
    public $contentContainer;

    /**
     * @inheritdoc
     */
    public function run()
    {
        $url = Yii::$app->getModule('spotify')->getServerUrl() . '/';

        if (!$url) {
            return '';
        }

        return $this->render('spotifyframe', ['spotify' => $url]);
    }
}

Zerion Mini Shell 1.0