Class lispa\amos\core\views\toolbars\StatsPanel

Inheritancelispa\amos\core\views\toolbars\StatsPanel » yii\base\Object
Implementslispa\amos\core\views\toolbars\IStatsPanel, yii\base\Configurable
Subclasseslispa\amos\core\views\toolbars\CommentStatsPanel

Public Methods

Hide inherited methods

MethodDescriptionDefined By
__call() Calls the named method which is not a class method. yii\base\Object
__construct() Constructor. yii\base\Object
__get() Returns the value of an object property. yii\base\Object
__isset() Checks if a property is set, i.e. defined and not null. yii\base\Object
__set() Sets value of an object property. yii\base\Object
__unset() Sets an object property to null. yii\base\Object
canGetProperty() Returns a value indicating whether a property can be read. yii\base\Object
canSetProperty() Returns a value indicating whether a property can be set. yii\base\Object
className() Returns the fully qualified name of this class. yii\base\Object
getCount() lispa\amos\core\views\toolbars\StatsPanel
getDescription() lispa\amos\core\views\toolbars\StatsPanel
getDisableLink() lispa\amos\core\views\toolbars\StatsPanel
getIcon() lispa\amos\core\views\toolbars\StatsPanel
getLabel() lispa\amos\core\views\toolbars\StatsPanel
getUrl() lispa\amos\core\views\toolbars\StatsPanel
hasMethod() Returns a value indicating whether a method is defined. yii\base\Object
hasProperty() Returns a value indicating whether a property is defined. yii\base\Object
init() Initializes the object. yii\base\Object
render() lispa\amos\core\views\toolbars\StatsPanel
setCount() lispa\amos\core\views\toolbars\StatsPanel
setDescription() lispa\amos\core\views\toolbars\StatsPanel
setDisableLink() lispa\amos\core\views\toolbars\StatsPanel
setIcon() lispa\amos\core\views\toolbars\StatsPanel
setLabel() lispa\amos\core\views\toolbars\StatsPanel
setUrl() lispa\amos\core\views\toolbars\StatsPanel

Property Details

$count public property
public void getCount ( )
public void setCount ( $count )
$description public property
public void getDescription ( )
public void setDescription ( $description )
public boolean getDisableLink ( )
public void setDisableLink ( $disableLink )
$icon public property
public void getIcon ( )
public void setIcon ( $icon )
$label public property
public void getLabel ( )
public void setLabel ( $label )
$url public property
public void getUrl ( )
public void setUrl ( $url )

Method Details

getCount() public method

public void getCount ( )
getDescription() public method

public void getDescription ( )
getDisableLink() public method

public boolean getDisableLink ( )
getIcon() public method

public void getIcon ( )
getLabel() public method

public void getLabel ( )
getUrl() public method

public void getUrl ( )
render() public method

public string render ( $type )
$type
renderHtml() protected method

protected string renderHtml ( )
renderJavascript() protected method

protected string renderJavascript ( )
setCount() public method

public void setCount ( $count )
$count
setDescription() public method

public void setDescription ( $description )
$description
setDisableLink() public method

public void setDisableLink ( $disableLink )
$disableLink boolean
setIcon() public method

public void setIcon ( $icon )
$icon
setLabel() public method

public void setLabel ( $label )
$label
setUrl() public method

public void setUrl ( $url )
$url