libphonenumber\PhoneMetadata::hasFixedLine PHP Метод

hasFixedLine() публичный Метод

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