TestData::two PHP Method

two() public method

public two ( $arg )
    public function two($arg)
    {
        return 'test!' . $arg;
    }