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

파일 보기 프로젝트 열기: rmrevin/yii2-fontawesome 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$defaultTag string

공개 메소드들

메소드 설명
__construct ( string $name, array $options = [] )
__toString ( ) : string
addCssClass ( string $class, boolean $condition = true, string | boolean $throw = false ) : Icon
border ( ) : self
fixedWidth ( ) : self
flip ( string $value ) : self
inverse ( ) : self
li ( ) : self
pullLeft ( ) : self
pullRight ( ) : self
render ( string | null $tag = null, string | null $content = null, array $options = [] ) : string
rotate ( string $value ) : self
size ( string $value ) : self
spin ( ) : self
tag ( string $tag ) : static

메소드 상세

__construct() 공개 메소드

public __construct ( string $name, array $options = [] )
$name string
$options array

__toString() 공개 메소드

public __toString ( ) : string
리턴 string

addCssClass() 공개 메소드

public addCssClass ( string $class, boolean $condition = true, string | boolean $throw = false ) : Icon
$class string
$condition boolean
$throw string | boolean
리턴 Icon

border() 공개 메소드

public border ( ) : self
리턴 self

fixedWidth() 공개 메소드

public fixedWidth ( ) : self
리턴 self

flip() 공개 메소드

public flip ( string $value ) : self
$value string
리턴 self

inverse() 공개 메소드

public inverse ( ) : self
리턴 self

li() 공개 메소드

public li ( ) : self
리턴 self

pullLeft() 공개 메소드

public pullLeft ( ) : self
리턴 self

pullRight() 공개 메소드

public pullRight ( ) : self
리턴 self

render() 공개 메소드

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

rotate() 공개 메소드

public rotate ( string $value ) : self
$value string
리턴 self

size() 공개 메소드

public size ( string $value ) : self
$value string
리턴 self

spin() 공개 메소드

public spin ( ) : self
리턴 self

tag() 공개 메소드

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

프로퍼티 상세

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

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