PHP Class Fakerino\Core\Database\DbFieldEntity

Author: Nicola Pietroluongo ([email protected])
Mostra file Open project: fakerino/fakerino

Public Methods

Method Description
__construct ( string $name, string $value, mixed $type )
getName ( ) : string
getType ( ) : mixed
getValue ( ) : mixed

Method Details

__construct() public method

public __construct ( string $name, string $value, mixed $type )
$name string
$value string
$type mixed

getName() public method

public getName ( ) : string
return string

getType() public method

public getType ( ) : mixed
return mixed

getValue() public method

public getValue ( ) : mixed
return mixed