PHP 클래스 Redaxscript\Head\Title

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

보호된 프로퍼티들

프로퍼티 타입 설명
$_registry object instance of the registry class

공개 메소드들

메소드 설명
__construct ( Registry $registry ) constructor of the class
__toString ( ) : string stringify the title
render ( ) : string render the title

메소드 상세

__construct() 공개 메소드

constructor of the class
부터: 3.0.0
public __construct ( Registry $registry )
$registry Redaxscript\Registry instance of the registry class

__toString() 공개 메소드

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

render() 공개 메소드

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

프로퍼티 상세

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

instance of the registry class
protected object $_registry
리턴 object