Methods summary
Modifier and Type | Method |
---|---|
public | __construct ( string|null idRep = null ) |
public | reportIdRep ( string idRep ) |
public string|null | getIdRep ( ) |
public bool | matches ( ValueHash valueHash ) |
Methods in detail
-
__construct
public __construct ( string|null idRep = null ) -
reportIdRep
public reportIdRep ( string idRep )param
string idRep -
getIdRep
string|null public getIdRep ( )return
n2n\impl\persistence\orm\property\relation\util\string|null -
matches
see
param
return
boolthrows
InvalidArgumentException if passed ValueHash is not compatible (e. g. if it is from an other EntityProperty).Specified: ValueHashOverrides: ValueHash::matches()
param