PHP 트레잇 Texy\Strict

파일 보기 프로젝트 열기: dg/texy

공개 메소드들

메소드 설명
__call ( $name, $args ) Call to undefined method.
__callStatic ( $name, $args ) Call to undefined static method.
__get ( $name ) Access to undeclared property.
__isset ( $name ) : boolean
__set ( $name, $value ) Access to undeclared property.
__unset ( $name ) Access to undeclared property.

비공개 메소드들

메소드 설명
getSuggestion ( array $items, $value ) : string | null Finds the best suggestion.

메소드 상세

__call() 공개 메소드

Call to undefined method.
public __call ( $name, $args )

__callStatic() 공개 정적인 메소드

Call to undefined static method.
public static __callStatic ( $name, $args )

__get() 공개 메소드

Access to undeclared property.
public __get ( $name )

__isset() 공개 메소드

public __isset ( $name ) : boolean
리턴 boolean

__set() 공개 메소드

Access to undeclared property.
public __set ( $name, $value )

__unset() 공개 메소드

Access to undeclared property.
public __unset ( $name )