PHP 클래스 lithium\template\helper\Html

상속: extends lithium\template\Helper
파일 보기 프로젝트 열기: unionofrad/lithium 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$contentMap array Used by output handlers to calculate asset paths in conjunction with the Media class.

보호된 프로퍼티들

프로퍼티 타입 설명
$_metaLinks array Data used for custom links.
$_metaList array List of meta tags to cache and to output.
$_strings array String templates used by this helper.

공개 메소드들

메소드 설명
charset ( string $encoding = null ) : string Returns a charset meta-tag for declaring the encoding of the document.
head ( string $tag, array $options ) : mixed Creates a tag for the section of your document.
image ( string $path, array $options = [] ) : string Creates a formatted element.
link ( string $title, mixed $url = null, array $options = [] ) : string Creates an HTML link () or a document meta-link ().
script ( mixed $path, array $options = [] ) : string Returns a JavaScript include tag (