Mapbender 3.0.6.3 API documenation
  • Namespace
  • Class
  • Tree
  • Deprecated
  • Todo
  • Download

Namespaces

  • FOM
    • CoreBundle
      • Component
      • DependencyInjection
      • Doctrine
        • Types
      • Form
        • DataTransformer
        • Type
    • ManagerBundle
      • Component
      • Configuration
      • Controller
      • DependencyInjection
        • Compiler
      • Form
        • Type
      • Routing
    • UserBundle
      • Command
      • Component
      • Controller
      • DependencyInjection
        • Factory
      • Entity
      • EventListener
      • Form
        • DataTransformer
        • EventListener
        • Type
      • Security
        • Authentication
          • Provider
          • Token
        • Authorization
          • Voter
        • Firewall
  • Mapbender
    • Component
    • CoreBundle
      • Asset
      • Command
      • Component
        • Exception
      • Controller
      • DataFixtures
        • ORM
          • Application
      • DependencyInjection
        • Compiler
      • Element
        • DataTransformer
        • EventListener
        • Type
      • Entity
      • EventListener
      • Extension
      • Form
        • DataTransformer
        • EventListener
        • Type
      • Security
      • Template
      • Tests
        • Controller
      • Utils
      • Validator
        • Constraints
    • DataSourceBundle
      • Component
        • Drivers
          • Interfaces
      • Controller
      • DependencyInjection
      • Element
        • Type
      • Entity
      • Extension
      • Tests
    • DigitizerBundle
      • Component
      • Element
        • Type
      • Entity
      • Utils
    • DrupalIntegrationBundle
      • DependencyInjection
      • Security
        • Authentication
          • Provider
          • Token
        • Authorization
          • Voter
        • Factory
        • Firewall
        • User
      • Session
    • KmlBundle
      • Element
    • ManagerBundle
      • Component
        • Exception
      • Controller
      • Form
        • DataTransformer
        • Type
      • Template
    • MobileBundle
      • DependencyInjection
      • Template
    • PrintBundle
      • Component
      • Element
        • Type
    • WmcBundle
      • Component
        • Exception
      • Element
        • Type
      • Entity
      • Form
        • Type
      • Tests
        • Component
    • WmsBundle
      • Component
        • Exception
      • Controller
      • DependencyInjection
      • Element
        • DataTransformer
        • EventListener
        • Type
      • Entity
      • Event
      • Form
        • DataTransformer
        • EventListener
        • Type
  • None
  • OwsProxy3
    • CoreBundle
      • Component
        • Exception
      • Controller
      • DependencyInjection
      • Entity
      • Event
      • EventListener
      • Worker
  • PHP

Classes

  • Log

Class Log

Source entity

Namespace: OwsProxy3\CoreBundle\Entity
Author: Vadim Hermann
ORM\Entity
ORM\Table(name="owsproxy_log")
Located at OwsProxy3/CoreBundle/Entity/Log.php

Methods summary

public integer
# getId( )

Get id

Get id

Returns

integer
integer
public OwsProxy3\CoreBundle\Entity\Log
# setUsername( string $username )

Set username

Set username

Parameters

$username

Returns

OwsProxy3\CoreBundle\Entity\Log
Log
public string
# getUsername( )

Get username

Get username

Returns

string
string
public OwsProxy3\CoreBundle\Entity\Log
# setRoles( string $roles )

Set roles

Set roles

Parameters

$roles

Returns

OwsProxy3\CoreBundle\Entity\Log
Log
public string
# getRoles( )

Get roles

Get roles

Returns

string
string
public OwsProxy3\CoreBundle\Entity\Log
# setIp( string $ip )

Set ip

Set ip

Parameters

$ip

Returns

OwsProxy3\CoreBundle\Entity\Log
Log
public string
# getIp( )

Get ip

Get ip

Returns

string
string
public OwsProxy3\CoreBundle\Entity\Log
# setTimestamp( DateTime $timestamp )

Set timestamp

Set timestamp

Parameters

$timestamp

Returns

OwsProxy3\CoreBundle\Entity\Log
Log
public DateTime
# getTimestamp( )

Get timestamp

Get timestamp

Returns

DateTime
\DateTime
public OwsProxy3\CoreBundle\Entity\Log
# setRequestUrl( string $requestUrl )

Set requestUrl

Set requestUrl

Parameters

$requestUrl

Returns

OwsProxy3\CoreBundle\Entity\Log
Log
public string
# getRequestUrl( )

Get requestUrl

Get requestUrl

Returns

string
string
public OwsProxy3\CoreBundle\Entity\Log
# setRequestBody( string $requestBody )

Set requestBody

Set requestBody

Parameters

$requestBody

Returns

OwsProxy3\CoreBundle\Entity\Log
Log
public string
# getRequestBody( )

Get requestBody

Get requestBody

Returns

string
string
public OwsProxy3\CoreBundle\Entity\Log
# setRequestMethod( string $requestMethod )

Set requestMethod

Set requestMethod

Parameters

$requestMethod

Returns

OwsProxy3\CoreBundle\Entity\Log
Log
public string
# getRequestMethod( )

Get requestMethod

Get requestMethod

Returns

string
string
public OwsProxy3\CoreBundle\Entity\Log
# setResponseMimetype( string $responseMimetype )

Set responseMimetype

Set responseMimetype

Parameters

$responseMimetype

Returns

OwsProxy3\CoreBundle\Entity\Log
Log
public string
# getResponseMimetype( )

Get responseMimetype

Get responseMimetype

Returns

string
string
public OwsProxy3\CoreBundle\Entity\Log
# setResponseCode( integer $responseCode )

Set responseCode

Set responseCode

Parameters

$responseCode

Returns

OwsProxy3\CoreBundle\Entity\Log
Log
public integer
# getResponseCode( )

Get responseCode

Get responseCode

Returns

integer
integer
public OwsProxy3\CoreBundle\Entity\Log
# setResponseSize( integer $responseSize )

Set responseSize

Set responseSize

Parameters

$responseSize

Returns

OwsProxy3\CoreBundle\Entity\Log
Log
public integer
# getResponseSize( )

Get responseSize

Get responseSize

Returns

integer
integer

Magic methods summary

Properties summary

protected mixed $id

ORM\Column(type="integer")

ORM\GeneratedValue(strategy="AUTO")

ORM\Id

#
protected mixed $username

ORM\Column(type="string",

length=512, nullable=true)
#
protected mixed $roles

ORM\Column(type="text",

nullable=true)
#
protected mixed $ip

ORM\Column(type="string",

length=40)
#
protected mixed $timestamp

ORM\Column(type="datetime")

#
protected mixed $requestUrl

ORM\Column(name="request_url",

type="text", nullable=true)
#
protected mixed $requestBody

ORM\Column(name="request_body",

type="text", nullable=true)
#
protected mixed $requestMethod

ORM\Column(name="request_method",

type="string", length=255)
#
protected mixed $responseMimetype

ORM\Column(name="response_mimetype",

type="string", length=255)
#
protected mixed $responseCode

ORM\Column(name="response_code",

type="integer")
#
protected mixed $responseSize

ORM\Column(name="response_size",

type="integer")
#
Mapbender 3.0.6.3 API documenation API documentation generated by ApiGen 2.8.0