Overview

Namespaces

  • Mapbender
    • Component
      • HTTP
    • CoreBundle
      • Command
      • Component
        • Exception
      • Controller
      • DataFixtures
        • ORM
      • DependencyInjection
      • Element
        • Type
      • Entity
      • EventListener
      • Extension
      • Form
        • DataTransformer
        • EventListener
        • Type
      • Security
      • Template
    • DrupalIntegrationBundle
      • DependencyInjection
      • Security
        • Authentication
          • Provider
          • Token
        • Authorization
          • Voter
        • Factory
        • Firewall
        • User
      • Session
    • KmlBundle
      • Element
    • ManagerBundle
      • Controller
      • Form
        • DataTransformer
        • Type
    • MonitoringBundle
      • Command
      • Component
      • Controller
      • DependencyInjection
      • Entity
      • EventListener
      • Form
    • PrintBundle
      • Component
      • Controller
    • WmcBundle
      • Component
        • Exception
      • Element
        • Type
      • Entity
      • Form
        • EventListener
        • Type
    • WmsBundle
      • Component
        • Exception
      • Controller
      • DependencyInjection
      • Element
        • Type
      • Entity
      • Event
      • Form
        • EventListener
        • Type
    • WmtsBundle
      • Component
        • Exception
      • Controller
      • Entity
      • Form
        • Type
  • None
  • PHP

Classes

  • Application
  • ApplicationYAMLMapper
  • BoundingBox
  • Element
  • InstanceConfiguration
  • InstanceConfigurationOptions
  • MapbenderBundle
  • ProxyService
  • Size
  • SQLSearchEngine
  • StateHandler
  • Template
  • Utils

Interfaces

  • InstanceLayerIn
  • SearchEngine
  • Overview
  • Namespace
  • Class
  • Tree
  • Deprecated
  • Todo
  • Download

Class Size

Description of Size

Namespace: Mapbender\CoreBundle\Component
Author: Paul Schmidt
Located at Mapbender/CoreBundle/Component/Size.php
Methods summary
public
# __construct( type $width = null, type $height = null )

Parameters

$width
type
$width width
$height
type
$height height
public Mapbender\CoreBundle\Component\Size
# setWidth( mixed $width )

Sets a width

Sets a width

Returns

Mapbender\CoreBundle\Component\Size
public integer
# getWidth( )

Returns a width

Returns a width

Returns

integer
width
public Mapbender\CoreBundle\Component\Size
# setHeight( mixed $height )

Sets a height

Sets a height

Returns

Mapbender\CoreBundle\Component\Size
public integer
# getHeight( )

Returns a height

Returns a height

Returns

integer
height
public static Mapbender\CoreBundle\Component\Size
# create( array $parameters = array() )

Creates a Size from parameters (array("width"=>xx,"height"=>yy))

Creates a Size from parameters (array("width"=>xx,"height"=>yy))

Parameters

$parameters
array
$parameters

Returns

Mapbender\CoreBundle\Component\Size
public array
# toArray( )

Returns a Size as an array

Returns a Size as an array

Returns

array
Properties summary
public integer $width 0
#
public integer $height 0
#
Mapbender3 API documenation API documentation generated by ApiGen 2.8.0