%PDF- %PDF-
Mini Shell

Mini Shell

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

<?php

/**
 * @link https://www.humhub.org/
 * @copyright Copyright (c) 2015 HumHub GmbH & Co. KG
 * @license https://www.humhub.com/licences
 */

namespace humhub\modules\custom_pages\widgets;

use Yii;

/**
 * Snippet
 *
 * @author buddha
 */
class SnippetContent extends \yii\base\Widget
{

    public $model;
    public $content;
    public $navigation = [];
    
    public function run()
    {
        return $this->render('snippet', [
            'model' => $this->model, 
            'content' => $this->content,
            'navigation' => $this->navigation]);
    }

}

Zerion Mini Shell 1.0