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. |
Method | Description | |
---|---|---|
getSuggestion ( array $items, $value ) : string | null | Finds the best suggestion. |
public static __callStatic ( $name, $args ) |