Faker\Provider\fi_FI\PhoneNumber::landLineAreaCode PHP Method

landLineAreaCode() public method

public landLineAreaCode ( ) : string
return string
    public function landLineAreaCode()
    {
        return static::randomElement(static::$landLineareaCodes);
    }