PHP 클래스 rmrevin\yii\fontawesome\component\UnorderedList

파일 보기 프로젝트 열기: rmrevin/yii2-fontawesome

공개 프로퍼티들

프로퍼티 타입 설명
$defaultTag string

보호된 프로퍼티들

프로퍼티 타입 설명
$items array
$options array

공개 메소드들

메소드 설명
__construct ( array $options = [] )
__toString ( ) : string
item ( string $label, array $options = [] ) : static
render ( string | null $tag = null, array $options = [] ) : string
tag ( string $tag ) : static

메소드 상세

__construct() 공개 메소드

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

__toString() 공개 메소드

public __toString ( ) : string
리턴 string

item() 공개 메소드

public item ( string $label, array $options = [] ) : static
$label string
$options array
리턴 static

render() 공개 메소드

사용 중단:
public render ( string | null $tag = null, array $options = [] ) : string
$tag string | null
$options array
리턴 string

tag() 공개 메소드

사용 중단: Change html tag.
public tag ( string $tag ) : static
$tag string
리턴 static

프로퍼티 상세

$defaultTag 공개적으로 정적으로 프로퍼티

사용 중단:
public static string $defaultTag
리턴 string

$items 보호되어 있는 프로퍼티

protected array $items
리턴 array

$options 보호되어 있는 프로퍼티

protected array $options
리턴 array