PHP 클래스 Latte\Helpers

파일 보기 프로젝트 열기: nette/latte 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$emptyElements empty (void) HTML elements

공개 메소드들

메소드 설명
checkCallback ( $callable ) : callable Checks callback.
getSuggestion ( array $items, $value ) : string | null Finds the best suggestion.
removeFilter ( &$modifier, $filter ) : boolean
startsWith ( $haystack, $needle ) : boolean Starts the $haystack string with the prefix $needle?

메소드 상세

checkCallback() 공개 정적인 메소드

Checks callback.
public static checkCallback ( $callable ) : callable
리턴 callable

getSuggestion() 공개 정적인 메소드

Finds the best suggestion.
public static getSuggestion ( array $items, $value ) : string | null
$items array
리턴 string | null

removeFilter() 공개 정적인 메소드

public static removeFilter ( &$modifier, $filter ) : boolean
리턴 boolean

startsWith() 공개 정적인 메소드

Starts the $haystack string with the prefix $needle?
public static startsWith ( $haystack, $needle ) : boolean
리턴 boolean

프로퍼티 상세

$emptyElements 공개적으로 정적으로 프로퍼티

empty (void) HTML elements
public static $emptyElements