PHP Class Bravo3\Orm\Tests\Entities\Indexed\IndexedEntity

Afficher le fichier Open project: bravo3/orm Class Usage Examples

Protected Properties

Свойство Type Description
$alpha string
$bravo integer
$charlie boolean
$id1 integer
$id2 string

Méthodes publiques

Méthode Description
getAlpha ( ) : string Get Alpha
getBravo ( ) : integer Get Bravo
getCharlie ( ) : boolean Get Charlie
getId1 ( ) : integer Get Id1
getId2 ( ) : string Get Id2
setAlpha ( string $alpha ) Set Alpha
setBravo ( integer $bravo ) Set Bravo
setCharlie ( boolean $charlie ) Set Charlie
setId1 ( integer $id1 ) Set Id1
setId2 ( string $id2 ) Set Id2

Method Details

getAlpha() public méthode

Get Alpha
public getAlpha ( ) : string
Résultat string

getBravo() public méthode

Get Bravo
public getBravo ( ) : integer
Résultat integer

getCharlie() public méthode

Get Charlie
public getCharlie ( ) : boolean
Résultat boolean

getId1() public méthode

Get Id1
public getId1 ( ) : integer
Résultat integer

getId2() public méthode

Get Id2
public getId2 ( ) : string
Résultat string

setAlpha() public méthode

Set Alpha
public setAlpha ( string $alpha )
$alpha string

setBravo() public méthode

Set Bravo
public setBravo ( integer $bravo )
$bravo integer

setCharlie() public méthode

Set Charlie
public setCharlie ( boolean $charlie )
$charlie boolean

setId1() public méthode

Set Id1
public setId1 ( integer $id1 )
$id1 integer

setId2() public méthode

Set Id2
public setId2 ( string $id2 )
$id2 string

Property Details

$alpha protected_oe property

protected string $alpha
Résultat string

$bravo protected_oe property

protected int $bravo
Résultat integer

$charlie protected_oe property

protected bool $charlie
Résultat boolean

$id1 protected_oe property

protected int $id1
Résultat integer

$id2 protected_oe property

protected string $id2
Résultat string