PHP 클래스 Redaxscript\Head\Link

부터: 3.0.0
저자: Henry Ruhs
저자: Balázs Szilágyi
상속: extends HeadAbstract
파일 보기 프로젝트 열기: redaxmedia/redaxscript 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$_optionArray string options of the link
$_rewriteArray string rewrite of the link

공개 메소드들

메소드 설명
appendFile ( string $reference = null ) : Link append link file
concat ( array $optionArray = [] ) : Link concat the link
prependFile ( string $reference = null ) : Link prepend link file
removeFile ( string $reference = null ) : Link remove link file
render ( ) : string render the link
rewrite ( array $rewriteArray = [] ) : Link rewrite the link

메소드 상세

appendFile() 공개 메소드

append link file
부터: 3.0.0
public appendFile ( string $reference = null ) : Link
$reference string
리턴 Link

concat() 공개 메소드

concat the link
부터: 3.0.0
public concat ( array $optionArray = [] ) : Link
$optionArray array
리턴 Link

prependFile() 공개 메소드

prepend link file
부터: 3.0.0
public prependFile ( string $reference = null ) : Link
$reference string
리턴 Link

removeFile() 공개 메소드

remove link file
부터: 3.0.0
public removeFile ( string $reference = null ) : Link
$reference string
리턴 Link

render() 공개 메소드

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

rewrite() 공개 메소드

rewrite the link
부터: 3.0.0
public rewrite ( array $rewriteArray = [] ) : Link
$rewriteArray array
리턴 Link

프로퍼티 상세

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

options of the link
protected static string $_optionArray
리턴 string

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

rewrite of the link
protected static string $_rewriteArray
리턴 string