%PDF- %PDF-
Mini Shell

Mini Shell

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

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

namespace humhub\modules\calendar\widgets;


use humhub\modules\content\components\ContentActiveRecord;
use humhub\modules\content\helpers\ContentContainerHelper;
use humhub\widgets\BaseStack;

class CalendarControls extends BaseStack
{
    public $seperator = "&nbsp;";

    /**
     * @var ContentActiveRecord
     */
    public $container;

    /**
     * @inheritdoc
     */
    public function init()
    {
        $this->container = ContentContainerHelper::getCurrent();
        parent::init();
    }

}

Zerion Mini Shell 1.0