PHP Class LeanMapper\Caller

Author: Vojtěch Kohout
Show file Open project: tharos/leanmapper

Public Methods

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

Method Details

__construct() public method

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

getComplement() public method

public getComplement ( ) : mixed | null
return mixed | null

getInstance() public method

public getInstance ( ) : mixed
return mixed

isEntity() public method

public isEntity ( ) : boolean
return boolean

isRepository() public method

public isRepository ( ) : boolean
return boolean