%PDF- %PDF-
| Direktori : /home/vacivi36/intranet.vacivitta.com.br/protected/vendor/kartik-v/yii2-widgets/src/ |
| Current File : /home/vacivi36/intranet.vacivitta.com.br/protected/vendor/kartik-v/yii2-widgets/src/AlertBlock.php |
<?php
/**
* @copyright Copyright © Kartik Visweswaran, Krajee.com, 2014 - 2018
* @package yii2-widgets
* @version 3.4.1
*/
namespace kartik\widgets;
/**
* Alert block widget that groups multiple `\kartik\widget\Alert` or `kartik\widget\Growl` widgets as one single block.
* You can choose to automatically read and display session flash messages (which is the default setting) or setup
* your own block of custom alerts.
*
* @author Kartik Visweswaran <kartikv2@gmail.com>
* @since 1.0
*/
class AlertBlock extends \kartik\alert\AlertBlock
{
}