PHP Trait Texy\Strict

Show file Open project: dg/texy

Public Methods

Method 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

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

Method Details

__call() public method

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

__callStatic() public static method

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

__get() public method

Access to undeclared property.
public __get ( $name )

__isset() public method

public __isset ( $name ) : boolean
return boolean

__set() public method

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

__unset() public method

Access to undeclared property.
public __unset ( $name )