libphonenumber\PhoneMetadata::hasFixedLine PHP Method

hasFixedLine() public method

public hasFixedLine ( )
    public function hasFixedLine()
    {
        return isset($this->fixedLine);
    }
PhoneMetadata