NsplTest\OpTest\User::getAgeIn PHP Method

getAgeIn() public method

public getAgeIn ( $years )
    public function getAgeIn($years)
    {
        return $this->age + $years;
    }