PHP Class Fakerino\Core\Database\DbFieldEntity

Author: Nicola Pietroluongo ([email protected])
Afficher le fichier Open project: fakerino/fakerino

Méthodes publiques

Méthode Description
__construct ( string $name, string $value, mixed $type )
getName ( ) : string
getType ( ) : mixed
getValue ( ) : mixed

Method Details

__construct() public méthode

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

getName() public méthode

public getName ( ) : string
Résultat string

getType() public méthode

public getType ( ) : mixed
Résultat mixed

getValue() public méthode

public getValue ( ) : mixed
Résultat mixed