Class lispa\amos\core\widget\WidgetIcon
Public Properties
Public Methods
Protected Methods
Method | Description | Defined By |
---|---|---|
getNewsBulletCount() | lispa\amos\core\widget\WidgetIcon |
Events
Event | Type | Description | Defined By |
---|---|---|---|
EVENT_AFTER_RUN | yii\base\WidgetEvent | An event raised right after executing a widget. (available since version 2.0.11) | yii\base\Widget |
EVENT_BEFORE_RUN | yii\base\WidgetEvent | An event raised right before executing a widget. (available since version 2.0.11) | yii\base\Widget |
EVENT_INIT | yii\base\Event | An event that is triggered when the widget is initialized via init(). (available since version 2.0.11) | yii\base\Widget |
Property Details
Method Details
public string getAttributes ( ) |
public string getBulletCount ( ) |
public array getClassA ( ) |
public array getClassLi ( ) |
public array getClassSpan ( ) |
public string getDataPjaxZero ( ) |
public void getHtml ( ) |
public mixed getIcon ( ) |
public mixed getIconFramework ( ) |
public mixed getNamespace ( ) |
protected string getNewsBulletCount ( $bulletCount = '' ) | ||
$bulletCount | string |
public void getOptions ( ) |
public mixed getPost ( ) |
public mixed getTargetUrl ( ) |
public mixed getUrl ( ) |
public void init ( ) |
public void run ( ) |
public void setAttributes ( $attributes ) | ||
$attributes | string |
public void setBulletCount ( $bulletCount ) | ||
$bulletCount | string |
public void setClassA ( $classA ) | ||
$classA | array |
public void setClassLi ( $classLi ) | ||
$classLi | array |
public void setClassSpan ( $classSpan ) | ||
$classSpan | array |
public void setDataPjaxZero ( $dataPjaxZero ) | ||
$dataPjaxZero | string |
public void setIcon ( $icon ) | ||
$icon | mixed |
public void setIconFramework ( $iconFramework ) | ||
$iconFramework | mixed |
public void setNamespace ( $namespace ) | ||
$namespace | mixed |
public mixed setPost ( $post ) | ||
$post |
public void setTargetUrl ( $targetUrl ) | ||
$targetUrl | mixed |
public void setUrl ( $url ) | ||
$url | mixed |