PHP Class rmrevin\yii\fontawesome\component\UnorderedList

Afficher le fichier Open project: rmrevin/yii2-fontawesome

Méthodes publiques

Свойство Type Description
$defaultTag string

Protected Properties

Свойство Type Description
$items array
$options array

Méthodes publiques

Méthode Description
__construct ( array $options = [] )
__toString ( ) : string
item ( string $label, array $options = [] ) : static
render ( string | null $tag = null, array $options = [] ) : string
tag ( string $tag ) : static

Method Details

__construct() public méthode

public __construct ( array $options = [] )
$options array

__toString() public méthode

public __toString ( ) : string
Résultat string

item() public méthode

public item ( string $label, array $options = [] ) : static
$label string
$options array
Résultat static

render() public méthode

Deprecation:
public render ( string | null $tag = null, array $options = [] ) : string
$tag string | null
$options array
Résultat string

tag() public méthode

Deprecation: Change html tag.
public tag ( string $tag ) : static
$tag string
Résultat static

Property Details

$defaultTag public_oe static_oe property

Deprecation:
public static string $defaultTag
Résultat string

$items protected_oe property

protected array $items
Résultat array

$options protected_oe property

protected array $options
Résultat array