TestData::one PHP Method

one() public method

public one ( $arg )
    public function one($arg)
    {
        return $arg . 'one';
    }