PHP Class Tebru\Retrofit\Test\Mock\Api\MockApiUser

Author: Nate Brunette ([email protected])
Mostra file Open project: tebru/retrofit-php

Public Methods

Method Description
__construct ( string $name = null, integer $age = null, boolean $enabled = null ) Constructor
getAge ( ) : integer
getName ( ) : string
isEnabled ( ) : boolean
setAge ( integer $age )
setEnabled ( boolean $enabled )
setName ( string $name )

Method Details

__construct() public method

Constructor
public __construct ( string $name = null, integer $age = null, boolean $enabled = null )
$name string
$age integer
$enabled boolean

getAge() public method

public getAge ( ) : integer
return integer

getName() public method

public getName ( ) : string
return string

isEnabled() public method

public isEnabled ( ) : boolean
return boolean

setAge() public method

public setAge ( integer $age )
$age integer

setEnabled() public method

public setEnabled ( boolean $enabled )
$enabled boolean

setName() public method

public setName ( string $name )
$name string