Documentation

TypeInterface

This is a TypeInterface, all type class must implmenting this interface

Tags
author

Eric Huang eric.huang@atelli.ai

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
Return values
bool

Search results