Home Ostseeorte Café Braun

Café Braun

  • Kontaktdaten
18209, Bad Doberan
Mollistr. 14

Im Detail:

  • Bundesland / Region:
    Mecklenburg-Vorpommern; Mecklenburg

Zusätzliche Informationen:

  • Bundesland / Region:Mecklenburg-Vorpommern; Mecklenburg
  • Gastronomie:Café
  • Art der Gastronomie:Andere

GRÖMITZ // WEBCAM SEEBRÜCKE

 

ZINNOWITZ // WEBCAM PROMENADE

 

GÖHREN // WEBCAM PANORAMA

 

WAREN // WEBCAM MÜRITZ

 

BOLTENHAGEN // WEBCAM KURPARK

 

KELLENHUSEN / WEBCAM STRAND

 

KAISERBÄDER // WEBCAM

 

KÜHLUNGSBORN // WEBCAM

 

STRALSUND // WEBCAM PANORAMA

 

WARNEMÜNDE // STRAND 2

 

WARNEMÜNDE // WEBCAM AM STROM

WARNEMÜNDE // STRAND 1

 

HAFFKRUG // WEBCAM

 

HERINGSDORF // WEBCAM SEEBLICK

 

BOLTENHAGEN // WEBCAM KURHAUS

 

KIEL // WEBCAM PANORAMA

 

GLOWE // WEBCAM SEEBLICK

 

GRÖMITZ // WEBCAM DÜNENPARK

 

NIENDORF/TIMMENDORFER STRAND // WEBCAM

 

LÜBECK // WEBCAM PANORAMA

 

MARKGRAFENHEIDE // WEBCAM

 

GRAAL-MÜRITZ // WEBCAM

 

SCHARBEUTZ // WEBCAM STRAND

 

THIESSOW // WEBCAM MÖNCHGUT

 

NEUSTADT // WEBCAM MARINA

 

LABOE // WEBCAM EHRENDENKMAL

 

SWINEMÜNDE // WEBCAM

 

SCHARBEUTZ // WEBCAM BAYSIDE

 

GRAAL-MÜRITZ // WEBCAM (Kopie)

 

PELZERHAKEN // WEBCAM

 

FLENSBURG // WEBCAM PANORAMA

 

GRÖMITZ // WEBCAM HAFEN

 

AHLBECK // WEBCAM STRAND

 

ALTEFÄHR // WEBCAM SEEBLICK

 

KRÖSLIN // BALTIC SEA RESORT

 

GÖHREN // WEBCAM STRAND

 

BINZ // WEBCAMS BINZER BUCHT

 

BINZ // WEBCAM HOTEL AM MEER

 

BARTH // WEBCAM

 

BINZ // WEBCAM BINZER STRAND

 

ECKERNFÖRDE // WEBCAM

 

DAHME // HAUS DES GASTES

 

DAHME // STRAND SPA

 
testjonas
$app->input object JInput (4)
  • object (4)
  • Available methods (8)
  • protected options -> array (0)
    protected filter -> object JFilterInput (8)
    • object (8)
    • Available methods (20)
    • Static class properties (1)
    • public tagsArray -> array (0)
      public attrArray -> array (0)
      public tagsMethod -> integer 0
      public attrMethod -> integer 0
      public xssAuto -> integer 1
      public tagBlacklist -> array (22)
      string (6) "applet"
      string (4) "body"
      string (7) "bgsound"
      string (4) "base"
      string (8) "basefont"
      string (5) "embed"
      string (5) "frame"
      string (8) "frameset"
      string (4) "head"
      string (4) "html"
      string (2) "id"
      string (6) "iframe"
      string (6) "ilayer"
      string (5) "layer"
      string (4) "link"
      string (4) "meta"
      string (4) "name"
      string (6) "object"
      string (6) "script"
      string (5) "style"
      string (5) "title"
      string (3) "xml"
      public attrBlacklist -> array (5)
      string (6) "action"
      string (10) "background"
      string (8) "codebase"
      string (6) "dynsrc"
      string (6) "lowsrc"
      protected _errors -> array (0)
    • public static checkAttribute($attrSubSet) -> boolean True if bad code is detected
      Function to determine if contents of an attribute are safe
      
      @param   array  $attrSubSet  A 2 element array for attribute's name, value
      
      @return  boolean  True if bad code is detected
      
      @since   11.1
      
      Defined in <ROOT>/libraries/joomla/filter/input.php line 274
      public static &getInstance($tagsArray = array(), $attrArray = array(), $tagsMethod = 0, $attrMethod = 0, $xssAuto = 1) -> JFilterInput The JFilterInput object.
      Returns an input filter object, only creating it if it doesn't already exist.
      
      @param   array    $tagsArray   List of user-defined tags
      @param   array    $attrArray   List of user-defined attributes
      @param   integer  $tagsMethod  WhiteList method = 0, BlackList method = 1
      @param   integer  $attrMethod  WhiteList method = 0, BlackList method = 1
      @param   integer  $xssAuto     Only auto clean essentials = 0, Allow clean blacklisted tags/attr = 1
      
      @return  JFilterInput  The JFilterInput object.
      
      @since   11.1
      
      Defined in <ROOT>/libraries/joomla/filter/input.php line 139
      public __construct($tagsArray = array(), $attrArray = array(), $tagsMethod = 0, $attrMethod = 0, $xssAuto = 1)
      Constructor for inputFilter class. Only first parameter is required.
      
      @param   array    $tagsArray   List of user-defined tags
      @param   array    $attrArray   List of user-defined attributes
      @param   integer  $tagsMethod  WhiteList method = 0, BlackList method = 1
      @param   integer  $attrMethod  WhiteList method = 0, BlackList method = 1
      @param   integer  $xssAuto     Only auto clean essentials = 0, Allow clean blacklisted tags/attr = 1
      
      @since   11.1
      
      Defined in <ROOT>/libraries/joomla/filter/input.php line 112
      public __toString() -> string The classname.
      Magic method to convert the object to a string gracefully.
      
      @return  string  The classname.
      
      @since   11.1
      @deprecated 12.3  Classes should provide their own __toString() implementation.
      
      Inherited from JObject
      Defined in <ROOT>/libraries/joomla/base/object.php line 58
      public clean($source, $type = string) -> mixed 'Cleaned' version of input parameter
      Method to be called by another php script. Processes for XSS and
      specified bad code.
      
      @param   mixed   $source  Input string/array-of-string to be 'cleaned'
      @param   string  $type    Return type for the variable (INT, UINT, FLOAT, BOOLEAN, WORD, ALNUM, CMD, BASE64, STRING, ARRAY, PATH, NONE)
      
      @return  mixed  'Cleaned' version of input parameter
      
      @since   11.1
      
      Defined in <ROOT>/libraries/joomla/filter/input.php line 162
      public def($property, $default = NULL) -> mixed
      Sets a default value if not alreay assigned
      
      @param   string  $property  The name of the property.
      @param   mixed   $default   The default value.
      
      @return  mixed
      
      @since   11.1
      
      Inherited from JObject
      Defined in <ROOT>/libraries/joomla/base/object.php line 73
      public get($property, $default = NULL) -> mixed The value of the property.
      Returns a property of the object or the default value if the property is not set.
      
      @param   string  $property  The name of the property.
      @param   mixed   $default   The default value.
      
      @return  mixed    The value of the property.
      
      @since   11.1
      
      @see     getProperties()
      
      Inherited from JObject
      Defined in <ROOT>/libraries/joomla/base/object.php line 91
      public getError($i = NULL, $toString = true) -> string Error message
      Get the most recent error message.
      
      @param   integer  $i         Option error index.
      @param   boolean  $toString  Indicates if JError objects should return their error message.
      
      @return  string   Error message
      
      @since   11.1
      @see     JError
      @deprecated 12.3  JError has been deprecated
      
      Inherited from JObject
      Defined in <ROOT>/libraries/joomla/base/object.php line 140
      public getErrors() -> array Array of error messages or JErrors.
      Return all errors, if any.
      
      @return  array  Array of error messages or JErrors.
      
      @since   11.1
      @see     JError
      @deprecated 12.3  JError has been deprecated
      
      Inherited from JObject
      Defined in <ROOT>/libraries/joomla/base/object.php line 176
      public getProperties($public = true) -> array
      Returns an associative array of object properties.
      
      @param   boolean  $public  If true, returns only the public properties.
      
      @return  array
      
      @since   11.1
      
      @see     get()
      
      Inherited from JObject
      Defined in <ROOT>/libraries/joomla/base/object.php line 111
      public set($property, $value = NULL) -> mixed Previous value of the property.
      Modifies a property of the object, creating it if it does not already exist.
      
      @param   string  $property  The name of the property.
      @param   mixed   $value     The value of the property to set.
      
      @return  mixed  Previous value of the property.
      
      @since   11.1
      
      Inherited from JObject
      Defined in <ROOT>/libraries/joomla/base/object.php line 191
      public setError($error) -> void
      Add an error message.
      
      @param   string  $error  Error message.
      
      @return  void
      
      @since   11.1
      @see     JError
      @deprecated 12.3  JError has been deprecated
      
      Inherited from JObject
      Defined in <ROOT>/libraries/joomla/base/object.php line 235
      public setProperties($properties) -> boolean
      Set the object properties based on a named array/hash.
      
      @param   mixed  $properties  Either an associative array or another object.
      
      @return  boolean
      
      @since   11.1
      
      @see     set()
      
      Inherited from JObject
      Defined in <ROOT>/libraries/joomla/base/object.php line 209
      public toString() -> string
      Converts the object to a string (the class name).
      
      @return  string
      
      @since   11.1
      @deprecated  12.1    Use magic method __toString()
      @see         __toString()
      
      Inherited from JObject
      Defined in <ROOT>/libraries/joomla/base/object.php line 249
      protected _cleanAttributes($attrSet) -> array Filtered array of attribute pairs
      Internal method to strip a tag of certain attributes
      
      @param   array  $attrSet  Array of attribute pairs to filter
      
      @return  array  Filtered array of attribute pairs
      
      @since   11.1
      
      Defined in <ROOT>/libraries/joomla/filter/input.php line 540
      protected _cleanTags($source) -> string 'Cleaned' version of input parameter
      Internal method to strip a string of certain tags
      
      @param   string  $source  Input string to be 'cleaned'
      
      @return  string  'Cleaned' version of input parameter
      
      @since   11.1
      
      Defined in <ROOT>/libraries/joomla/filter/input.php line 316
      protected _decode($source) -> string Plaintext string
      Try to convert to plaintext
      
      @param   string  $source  The source string.
      
      @return  string  Plaintext string
      
      @since   11.1
      
      Defined in <ROOT>/libraries/joomla/filter/input.php line 638
      protected _escapeAttributeValues($source) -> string Filtered string
      Escape < > and " inside attribute values
      
      @param   string  $source  The source string.
      
      @return  string  Filtered string
      
      @since    11.1
      
      Defined in <ROOT>/libraries/joomla/filter/input.php line 676
      protected _remove($source) -> string 'Cleaned' version of input parameter
      Internal method to iteratively remove all unwanted tags and attributes
      
      @param   string  $source  Input string to be 'cleaned'
      
      @return  string  'Cleaned' version of input parameter
      
      @since   11.1
      
      Defined in <ROOT>/libraries/joomla/filter/input.php line 293
      protected _stripCSSExpressions($source) -> string Filtered string
      Remove CSS Expressions in the form of <property>:expression(...)
      
      @param   string  $source  The source string.
      
      @return  string  Filtered string
      
      @since   11.1
      
      Defined in <ROOT>/libraries/joomla/filter/input.php line 728
    • protected $instances :: array (1)
      'bad7e443a9d8141465cca1da437a45b9' => object JFilterInput (8) *RECURSION*
    protected data -> array (5)
    'Itemid' => string (3) "305"
    'option' => string (11) "com_content"
    'view' => string (7) "article"
    'catid' => integer 20
    'id' => integer 5622
    protected inputs -> array (1)
    'request' => object JInput (4)
    • object (4)
    • Available methods (8)
    • protected options -> array (0)
      protected filter -> object JFilterInput (8)
      • object (8)
      • Available methods (20)
      • Static class properties (1)
      • public tagsArray -> array (0)
        public attrArray -> array (0)
        public tagsMethod -> integer 0
        public attrMethod -> integer 0
        public xssAuto -> integer 1
        public tagBlacklist -> array (22)
        string (6) "applet"
        string (4) "body"
        string (7) "bgsound"
        string (4) "base"
        string (8) "basefont"
        string (5) "embed"
        string (5) "frame"
        string (8) "frameset"
        string (4) "head"
        string (4) "html"
        string (2) "id"
        string (6) "iframe"
        string (6) "ilayer"
        string (5) "layer"
        string (4) "link"
        string (4) "meta"
        string (4) "name"
        string (6) "object"
        string (6) "script"
        string (5) "style"
        string (5) "title"
        string (3) "xml"
        public attrBlacklist -> array (5)
        string (6) "action"
        string (10) "background"
        string (8) "codebase"
        string (6) "dynsrc"
        string (6) "lowsrc"
        protected _errors -> array (0)
      • public static checkAttribute($attrSubSet) -> boolean True if bad code is detected
        Function to determine if contents of an attribute are safe
        
        @param   array  $attrSubSet  A 2 element array for attribute's name, value
        
        @return  boolean  True if bad code is detected
        
        @since   11.1
        
        Defined in <ROOT>/libraries/joomla/filter/input.php line 274
        public static &getInstance($tagsArray = array(), $attrArray = array(), $tagsMethod = 0, $attrMethod = 0, $xssAuto = 1) -> JFilterInput The JFilterInput object.
        Returns an input filter object, only creating it if it doesn't already exist.
        
        @param   array    $tagsArray   List of user-defined tags
        @param   array    $attrArray   List of user-defined attributes
        @param   integer  $tagsMethod  WhiteList method = 0, BlackList method = 1
        @param   integer  $attrMethod  WhiteList method = 0, BlackList method = 1
        @param   integer  $xssAuto     Only auto clean essentials = 0, Allow clean blacklisted tags/attr = 1
        
        @return  JFilterInput  The JFilterInput object.
        
        @since   11.1
        
        Defined in <ROOT>/libraries/joomla/filter/input.php line 139
        public __construct($tagsArray = array(), $attrArray = array(), $tagsMethod = 0, $attrMethod = 0, $xssAuto = 1)
        Constructor for inputFilter class. Only first parameter is required.
        
        @param   array    $tagsArray   List of user-defined tags
        @param   array    $attrArray   List of user-defined attributes
        @param   integer  $tagsMethod  WhiteList method = 0, BlackList method = 1
        @param   integer  $attrMethod  WhiteList method = 0, BlackList method = 1
        @param   integer  $xssAuto     Only auto clean essentials = 0, Allow clean blacklisted tags/attr = 1
        
        @since   11.1
        
        Defined in <ROOT>/libraries/joomla/filter/input.php line 112
        public __toString() -> string The classname.
        Magic method to convert the object to a string gracefully.
        
        @return  string  The classname.
        
        @since   11.1
        @deprecated 12.3  Classes should provide their own __toString() implementation.
        
        Inherited from JObject
        Defined in <ROOT>/libraries/joomla/base/object.php line 58
        public clean($source, $type = string) -> mixed 'Cleaned' version of input parameter
        Method to be called by another php script. Processes for XSS and
        specified bad code.
        
        @param   mixed   $source  Input string/array-of-string to be 'cleaned'
        @param   string  $type    Return type for the variable (INT, UINT, FLOAT, BOOLEAN, WORD, ALNUM, CMD, BASE64, STRING, ARRAY, PATH, NONE)
        
        @return  mixed  'Cleaned' version of input parameter
        
        @since   11.1
        
        Defined in <ROOT>/libraries/joomla/filter/input.php line 162
        public def($property, $default = NULL) -> mixed
        Sets a default value if not alreay assigned
        
        @param   string  $property  The name of the property.
        @param   mixed   $default   The default value.
        
        @return  mixed
        
        @since   11.1
        
        Inherited from JObject
        Defined in <ROOT>/libraries/joomla/base/object.php line 73
        public get($property, $default = NULL) -> mixed The value of the property.
        Returns a property of the object or the default value if the property is not set.
        
        @param   string  $property  The name of the property.
        @param   mixed   $default   The default value.
        
        @return  mixed    The value of the property.
        
        @since   11.1
        
        @see     getProperties()
        
        Inherited from JObject
        Defined in <ROOT>/libraries/joomla/base/object.php line 91
        public getError($i = NULL, $toString = true) -> string Error message
        Get the most recent error message.
        
        @param   integer  $i         Option error index.
        @param   boolean  $toString  Indicates if JError objects should return their error message.
        
        @return  string   Error message
        
        @since   11.1
        @see     JError
        @deprecated 12.3  JError has been deprecated
        
        Inherited from JObject
        Defined in <ROOT>/libraries/joomla/base/object.php line 140
        public getErrors() -> array Array of error messages or JErrors.
        Return all errors, if any.
        
        @return  array  Array of error messages or JErrors.
        
        @since   11.1
        @see     JError
        @deprecated 12.3  JError has been deprecated
        
        Inherited from JObject
        Defined in <ROOT>/libraries/joomla/base/object.php line 176
        public getProperties($public = true) -> array
        Returns an associative array of object properties.
        
        @param   boolean  $public  If true, returns only the public properties.
        
        @return  array
        
        @since   11.1
        
        @see     get()
        
        Inherited from JObject
        Defined in <ROOT>/libraries/joomla/base/object.php line 111
        public set($property, $value = NULL) -> mixed Previous value of the property.
        Modifies a property of the object, creating it if it does not already exist.
        
        @param   string  $property  The name of the property.
        @param   mixed   $value     The value of the property to set.
        
        @return  mixed  Previous value of the property.
        
        @since   11.1
        
        Inherited from JObject
        Defined in <ROOT>/libraries/joomla/base/object.php line 191
        public setError($error) -> void
        Add an error message.
        
        @param   string  $error  Error message.
        
        @return  void
        
        @since   11.1
        @see     JError
        @deprecated 12.3  JError has been deprecated
        
        Inherited from JObject
        Defined in <ROOT>/libraries/joomla/base/object.php line 235
        public setProperties($properties) -> boolean
        Set the object properties based on a named array/hash.
        
        @param   mixed  $properties  Either an associative array or another object.
        
        @return  boolean
        
        @since   11.1
        
        @see     set()
        
        Inherited from JObject
        Defined in <ROOT>/libraries/joomla/base/object.php line 209
        public toString() -> string
        Converts the object to a string (the class name).
        
        @return  string
        
        @since   11.1
        @deprecated  12.1    Use magic method __toString()
        @see         __toString()
        
        Inherited from JObject
        Defined in <ROOT>/libraries/joomla/base/object.php line 249
        protected _cleanAttributes($attrSet) -> array Filtered array of attribute pairs
        Internal method to strip a tag of certain attributes
        
        @param   array  $attrSet  Array of attribute pairs to filter
        
        @return  array  Filtered array of attribute pairs
        
        @since   11.1
        
        Defined in <ROOT>/libraries/joomla/filter/input.php line 540
        protected _cleanTags($source) -> string 'Cleaned' version of input parameter
        Internal method to strip a string of certain tags
        
        @param   string  $source  Input string to be 'cleaned'
        
        @return  string  'Cleaned' version of input parameter
        
        @since   11.1
        
        Defined in <ROOT>/libraries/joomla/filter/input.php line 316
        protected _decode($source) -> string Plaintext string
        Try to convert to plaintext
        
        @param   string  $source  The source string.
        
        @return  string  Plaintext string
        
        @since   11.1
        
        Defined in <ROOT>/libraries/joomla/filter/input.php line 638
        protected _escapeAttributeValues($source) -> string Filtered string
        Escape < > and " inside attribute values
        
        @param   string  $source  The source string.
        
        @return  string  Filtered string
        
        @since    11.1
        
        Defined in <ROOT>/libraries/joomla/filter/input.php line 676
        protected _remove($source) -> string 'Cleaned' version of input parameter
        Internal method to iteratively remove all unwanted tags and attributes
        
        @param   string  $source  Input string to be 'cleaned'
        
        @return  string  'Cleaned' version of input parameter
        
        @since   11.1
        
        Defined in <ROOT>/libraries/joomla/filter/input.php line 293
        protected _stripCSSExpressions($source) -> string Filtered string
        Remove CSS Expressions in the form of <property>:expression(...)
        
        @param   string  $source  The source string.
        
        @return  string  Filtered string
        
        @since   11.1
        
        Defined in <ROOT>/libraries/joomla/filter/input.php line 728
      • protected $instances :: array (1)
        'bad7e443a9d8141465cca1da437a45b9' => object JFilterInput (8) *RECURSION*
      protected data -> array (5)
      'Itemid' => string (3) "305"
      'option' => string (11) "com_content"
      'view' => string (7) "article"
      'catid' => integer 20
      'id' => integer 5622
      protected inputs -> array (0)
    • public __call($name, $arguments) -> boolean The filtered boolean input value.
      Magic method to get filtered input data.
      
      @param   mixed   $name       Name of the value to get.
      @param   string  $arguments  Default value to return if variable does not exist.
      
      @return  boolean  The filtered boolean input value.
      
      @since   11.1
      
      Defined in <ROOT>/libraries/joomla/application/input.php line 243
      public __construct($source = NULL, array $options = array())
      Constructor.
      
      @param   array  $source   Source data (Optional, default is $_REQUEST)
      @param   array  $options  Array of configuration parameters (Optional)
      
      @since   11.1
      
      Defined in <ROOT>/libraries/joomla/application/input.php line 78
      public __get($name) -> JInput The request input object
      Magic method to get an input object
      
      @param   mixed  $name  Name of the input object to retrieve.
      
      @return  JInput  The request input object
      
      @since   11.1
      
      Defined in <ROOT>/libraries/joomla/application/input.php line 111
      public def($name, $value) -> void
      Define a value. The value will only be set if there's no value for the name or if it is null.
      
      @param   string  $name   Name of the value to define.
      @param   mixed   $value  Value to assign to the input.
      
      @return  void
      
      @since   12.1
      
      Defined in <ROOT>/libraries/joomla/application/input.php line 223
      public get($name, $default = NULL, $filter = cmd) -> mixed The filtered input value.
      Gets a value from the input data.
      
      @param   string  $name     Name of the value to get.
      @param   mixed   $default  Default value to return if variable does not exist.
      @param   string  $filter   Filter to apply to the value.
      
      @return  mixed  The filtered input value.
      
      @since   11.1
      
      Defined in <ROOT>/libraries/joomla/application/input.php line 146
      public getArray(array $vars, $datasource = NULL) -> mixed The filtered input data.
      Gets an array of values from the request.
      
      @param   array  $vars        Associative array of keys and filter types to apply.
      @param   mixed  $datasource  Array to retrieve data from, or null
      
      @return  mixed  The filtered input data.
      
      @since   11.1
      
      Defined in <ROOT>/libraries/joomla/application/input.php line 166
      public getMethod() -> string The request method.
      Gets the request method.
      
      @return  string   The request method.
      
      @since   11.1
      
      Defined in <ROOT>/libraries/joomla/application/input.php line 267
      public set($name, $value) -> void
      Sets a value
      
      @param   string  $name   Name of the value to set.
      @param   mixed   $value  Value to assign to the input.
      
      @return  void
      
      @since   11.1
      
      Defined in <ROOT>/libraries/joomla/application/input.php line 208
  • public __call($name, $arguments) -> boolean The filtered boolean input value.
    Magic method to get filtered input data.
    
    @param   mixed   $name       Name of the value to get.
    @param   string  $arguments  Default value to return if variable does not exist.
    
    @return  boolean  The filtered boolean input value.
    
    @since   11.1
    
    Defined in <ROOT>/libraries/joomla/application/input.php line 243
    public __construct($source = NULL, array $options = array())
    Constructor.
    
    @param   array  $source   Source data (Optional, default is $_REQUEST)
    @param   array  $options  Array of configuration parameters (Optional)
    
    @since   11.1
    
    Defined in <ROOT>/libraries/joomla/application/input.php line 78
    public __get($name) -> JInput The request input object
    Magic method to get an input object
    
    @param   mixed  $name  Name of the input object to retrieve.
    
    @return  JInput  The request input object
    
    @since   11.1
    
    Defined in <ROOT>/libraries/joomla/application/input.php line 111
    public def($name, $value) -> void
    Define a value. The value will only be set if there's no value for the name or if it is null.
    
    @param   string  $name   Name of the value to define.
    @param   mixed   $value  Value to assign to the input.
    
    @return  void
    
    @since   12.1
    
    Defined in <ROOT>/libraries/joomla/application/input.php line 223
    public get($name, $default = NULL, $filter = cmd) -> mixed The filtered input value.
    Gets a value from the input data.
    
    @param   string  $name     Name of the value to get.
    @param   mixed   $default  Default value to return if variable does not exist.
    @param   string  $filter   Filter to apply to the value.
    
    @return  mixed  The filtered input value.
    
    @since   11.1
    
    Defined in <ROOT>/libraries/joomla/application/input.php line 146
    public getArray(array $vars, $datasource = NULL) -> mixed The filtered input data.
    Gets an array of values from the request.
    
    @param   array  $vars        Associative array of keys and filter types to apply.
    @param   mixed  $datasource  Array to retrieve data from, or null
    
    @return  mixed  The filtered input data.
    
    @since   11.1
    
    Defined in <ROOT>/libraries/joomla/application/input.php line 166
    public getMethod() -> string The request method.
    Gets the request method.
    
    @return  string   The request method.
    
    @since   11.1
    
    Defined in <ROOT>/libraries/joomla/application/input.php line 267
    public set($name, $value) -> void
    Sets a value
    
    @param   string  $name   Name of the value to set.
    @param   mixed   $value  Value to assign to the input.
    
    @return  void
    
    @since   11.1
    
    Defined in <ROOT>/libraries/joomla/application/input.php line 208
Called from <ROOT>/templates/cck_video_list/index.php line 117

Beachsoccer-Cup 2011 im Ostseebad Laboe

02:27:48 

Boltenhagen im Frühling

03:31 

Boltenhagen im Herbst

02:14 

Boltenhagen im Sommer

03:04 

Boltenhagen im Winter

02:23 

Boltenhagener Tanzfestival

03:49 

Convenience Food vs. Frische Küche

46:00 

Das Falkenthal in Grömitz

03:56 

Das Grömitzer Fußballcamp

02:06 

Das Heringsfest in Göhren

01:41 

Das Hotel "Strandidyll" in Grömitz

02:31 

Das Hotel Stranddistel in Göhren

02:53 

Das Ostseebad Zinnowitz

02:13 

Das Ostseeheilbad Zingst

04:54 

Der Hauptkampf in Boltenhagen

 

Deutschlands Sonnendeck - Leben und Arbeiten in Vorpommern

01:13 

Die DLRG Grömitz

03:00 

Die Ostseelive.TV Sendung aus Grömitz (Teil 1)

38:57 

Die Ostseelive.TV Sendung aus Grömitz (Teil 2)

23:26 

Die Ostseelive.TV Wintersendung aus Grömitz

26:23 

Die Promenadenhalle Zinnowitz

03:15 

Die Wernerdelikatessen in Grömitz

04:44 

Die Zinnowitzer Tauchgondel

01:35 

Fahrradtour Usedom (Zinnowitz)

02:38 

Festspiele Mecklenburg Vorpommern in Göhren

01:02 

Frühling auf Fehmarn

01:54 

Frühling in Eckernförde

02:13 

Frühling in Koserow

01:41 

Frühling in Kühlungsborn

02:11 

Frühling in Laboe

02:17 

Frühling in Rostock

01:45 

Frühling in Scharbeutz

01:27 

Frühling in Sellin

01:51 

Frühling in Timmendorfer Strand

02:12 

Frühling in Zingst

01:34 

Grömitz im Winter

01:42 

Grünkohl kochen in Grömitz

06:31 

Holzbildhauer Symposium in Zinnowitz

47:19 

Impressionen aus dem Ostseebad Grömitz

01:41 

Kampf 1 in Boltenhagen

 

Kampf 2 in Boltenhagen

 

Kampf 3 in Boltenhagen

 

Kampf 4 in Boltenhagen

 

Kampf 5 in Boltenhagen

 

Kampf 6 in Boltenhagen

 

Kloster Cismar Groemitz

04:06 

Musiknacht in Göhren

02:08 

Nora Sanne im Interview mit Ricardo Villacis

04:43 

Nora Sanne stellt ihr Ostseebad Göhren vor

02:19 

Open Ship des Seenotkreuzer "Bremen" in Grömitz

01:49 

Ostseelive.TV Sendung aus Göhren (Teil 1)

34:57 

Ostseelive.TV Sendung aus Göhren (Teil 2)

26:02 

Ostseelive.TV Sendung aus Zinnowitz (Teil 1)

24:25 

Ostseelive.TV Sendung aus Zinnowitz (Teil 2)

25:44 

Rosenhof Usedom in Zinnowitz

02:31 

Rostocker GastRo-Messe - Der 12. GastRoMesse Cup - Granini

37:39 

Rostocker GastRo-Messe - Der 12. GastRoMesse Cup - Mount Gay

01:01:20 

Rostocker GastRo-Messe - Der 12. GastRoMesse Cup - Siegerehrung

23:56 

Rostocker GastRo-Messe - Der 12. GastRoMesse Cup - Störtebeker Biermix-Cup

34:03 

Rostocker GastRo-Messe - Die "Freestyle-Mouse"

26:23 

Rostocker GastRo-Messe - Die gebackene Creme

26:30 

Rostocker GastRo-Messe - Fruchtkaviar

19:37 

Seehotel Binz Therme

00:31 

Segeln für Kinder in Grömitz

03:36 

Segway fahren in Zinnowitz

02:34 

Urlaub mit Haustier Ferienhäuser und Wohnungen Familie Lemke

03:39 

Vier Jahreszeiten in Boltenhagen

03:49 

Vineta - Festspiele Zinnowitz (Hinter den Kulissen)

02:41 

Wandern in Göhren

01:32 

Warum Grömitz im Winter?

00:52 

Wassersport in Zinnowitz

03:34 

Yoga in Göhren (Rügen)

01:46