PHP 클래스 Redaxscript\Head\Style

부터: 3.0.0
저자: Henry Ruhs
상속: extends Redaxscript\Singleton, implements Redaxscript\Head\HeadInterface
파일 보기 프로젝트 열기: redaxmedia/redaxscript 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$_inline string inline style

공개 메소드들

메소드 설명
__toString ( ) : string stringify the style
appendInline ( string $inline = null ) : Style append inline style
clear ( ) : Style clear the style
prependInline ( string $inline = null ) : Style prepend inline style
render ( ) : string render the style

메소드 상세

__toString() 공개 메소드

stringify the style
부터: 3.0.0
public __toString ( ) : string
리턴 string

appendInline() 공개 메소드

append inline style
부터: 3.0.0
public appendInline ( string $inline = null ) : Style
$inline string
리턴 Style

clear() 공개 메소드

clear the style
부터: 3.0.0
public clear ( ) : Style
리턴 Style

prependInline() 공개 메소드

prepend inline style
부터: 3.0.0
public prependInline ( string $inline = null ) : Style
$inline string
리턴 Style

render() 공개 메소드

render the style
부터: 3.0.0
public render ( ) : string
리턴 string

프로퍼티 상세

$_inline 보호되어 있는 정적으로 프로퍼티

inline style
protected static string $_inline
리턴 string