PHP Class Xpressengine\Presenter\Html\Tags\Title

Author: XE Developers ([email protected])
Inheritance: use trait EmptyStringTrait
ファイルを表示 Open project: xpressengine/xpressengine Class Usage Examples

Protected Properties

Property Type Description
$title Meta[]

Public Methods

Method Description
__construct ( string $title ) 생성자. 파일경로를 전달받는다.
init ( string $title = '' ) : void init 전역 메소드이며, meta 태그 목록을 관리하기 위해 필요한 초기 작업으로 tag list를 설정한다.
output ( ) : Meta[]

Method Details

__construct() public method

단 하나의 파일이나 배열형식의 다중 파일을 전달 받을 수 있다.
public __construct ( string $title )
$title string title

init() public static method

init 전역 메소드이며, meta 태그 목록을 관리하기 위해 필요한 초기 작업으로 tag list를 설정한다.
public static init ( string $title = '' ) : void
$title string title
return void

output() public static method

public static output ( ) : Meta[]
return Meta[]

Property Details

$title protected_oe static_oe property

protected static Meta[],Xpressengine\Presenter\Html\Tags $title
return Meta[]