PHP Trait Texy\Strict

Afficher le fichier Open project: dg/texy

Méthodes publiques

Méthode Description
__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.

Private Methods

Méthode Description
getSuggestion ( array $items, $value ) : string | null Finds the best suggestion.

Method Details

__call() public méthode

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

__callStatic() public static méthode

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

__get() public méthode

Access to undeclared property.
public __get ( $name )

__isset() public méthode

public __isset ( $name ) : boolean
Résultat boolean

__set() public méthode

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

__unset() public méthode

Access to undeclared property.
public __unset ( $name )