PHP Class NsplTest\OpTest\User

Show file Open project: ihor/Nspl

Public Properties

Property Type Description
$age
$name

Public Methods

Method Description
__construct ( $name, $age )
getAge ( )
getAgeIn ( $years )
getName ( )

Method Details

__construct() public method

public __construct ( $name, $age )

getAge() public method

public getAge ( )

getAgeIn() public method

public getAgeIn ( $years )

getName() public method

public getName ( )

Property Details

$age public property

public $age

$name public property

public $name