PHP 클래스 Keevitaja\Linguist\Services\HtmlBuilder

파일 보기 프로젝트 열기: keevitaja/linguist

보호된 프로퍼티들

프로퍼티 타입 설명
$linguist object Linguist

공개 메소드들

메소드 설명
__construct ( Linguist $linguist )
link ( string $url, string $title, array $attributes = [] ) : string Parse HTML anchor tag
linkTo ( string $uri, string $title, array $attributes = [], array $extra = [], mixed $secure = null, boolean $slug = false ) : string Generate localized HTML anchor tag
linkToRoute ( string $name, string $title, array $parameters = [], array $attributes = [], $extra = [], $secure = null, boolean $slug = false ) : string Generate localized HTML anchor tag to named route

보호된 메소드들

메소드 설명
parseAttributes ( array $attributes ) : string Parse anchor attributes

메소드 상세

__construct() 공개 메소드

public __construct ( Linguist $linguist )
$linguist Linguist

linkTo() 공개 메소드

Generate localized HTML anchor tag
public linkTo ( string $uri, string $title, array $attributes = [], array $extra = [], mixed $secure = null, boolean $slug = false ) : string
$uri string
$title string
$attributes array
$extra array
$secure mixed
$slug boolean
리턴 string

linkToRoute() 공개 메소드

Generate localized HTML anchor tag to named route
public linkToRoute ( string $name, string $title, array $parameters = [], array $attributes = [], $extra = [], $secure = null, boolean $slug = false ) : string
$name string
$title string
$parameters array
$attributes array
$slug boolean
리턴 string

parseAttributes() 보호된 메소드

Parse anchor attributes
protected parseAttributes ( array $attributes ) : string
$attributes array
리턴 string

프로퍼티 상세

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

Linguist
protected object $linguist
리턴 object