PHP Class LeanMapper\Caller

Author: Vojtěch Kohout
Afficher le fichier Open project: tharos/leanmapper

Méthodes publiques

Méthode Description
__construct ( mixed $instance, mixed | null $complement = null )
getComplement ( ) : mixed | null
getInstance ( ) : mixed
isEntity ( ) : boolean
isRepository ( ) : boolean

Method Details

__construct() public méthode

public __construct ( mixed $instance, mixed | null $complement = null )
$instance mixed
$complement mixed | null

getComplement() public méthode

public getComplement ( ) : mixed | null
Résultat mixed | null

getInstance() public méthode

public getInstance ( ) : mixed
Résultat mixed

isEntity() public méthode

public isEntity ( ) : boolean
Résultat boolean

isRepository() public méthode

public isRepository ( ) : boolean
Résultat boolean