TypeInterface
in
This is a TypeInterface, all type class must implmenting this interface
Tags
Table of Contents
- getName() : string
- get name
- validate() : bool
- validate
Methods
getName()
get name
public
getName() : string
Return values
string —validate()
validate
public
validate(mixed $value) : bool
Parameters
- $value : mixed