Overview

Namespaces

  • ApiBundle
    • DataFixtures
      • Faker
        • Provider
    • DependencyInjection
    • Doctrine
      • DBAL
        • Type
      • ORM
        • Filter
          • User
    • Entity
    • EventListener
      • Doctrine
    • Manager
    • Utils
  • FrontBundle
    • Bundle
      • UserBundle
    • Client
      • Exception
    • Controller
    • DependencyInjection
    • Form
      • DataTransformer
      • Type
    • Menu
    • Security
      • Http
        • Authentication
    • Services
      • Http
    • Twig
    • Utils

Classes

  • Address
  • Job
  • Mandate
  • StudentConvention
  • User
  • Overview
  • Namespace
  • Class

Class Address

Namespace: ApiBundle\Entity
Author: Théo FIDRY theo.fidry@gmail.com
Located at ApiBundle/Entity/Address.php
Methods summary
public integer|null
# getId( )

Get ID.

Get ID.

Returns

integer|null
public ApiBundle\Entity\Address
# setComplementaryHome( string $complementaryHome )

Set complementaryHome.

Set complementaryHome.

Parameters

$complementaryHome

Returns

ApiBundle\Entity\Address
public string|null
# getComplementaryHome( )

Get complementaryHome.

Get complementaryHome.

Returns

string|null
public
# resetComplementaryHome( )

Returns


$this
public ApiBundle\Entity\Address
# setComplementaryLocation( string $complementaryLocation )

Set complementaryLocation.

Set complementaryLocation.

Parameters

$complementaryLocation

Returns

ApiBundle\Entity\Address
public string|null
# getComplementaryLocation( )

Get complementaryLocation.

Get complementaryLocation.

Returns

string|null
public
# resetComplementaryLocation( )

Returns


$this
public ApiBundle\Entity\Address
# setStreet( string $street )

Set street.

Set street.

Parameters

$street

Returns

ApiBundle\Entity\Address
public string|null
# getStreet( )

Get street.

Get street.

Returns

string|null
public ApiBundle\Entity\Address
# setComplementaryStreet( string $complementaryStreet )

Set complementaryStreet.

Set complementaryStreet.

Parameters

$complementaryStreet

Returns

ApiBundle\Entity\Address
public string|null
# getComplementaryStreet( )

Get complementaryStreet.

Get complementaryStreet.

Returns

string|null
public
# resetComplementaryStreet( )

Returns


$this
public ApiBundle\Entity\Address
# setPostal( integer $postal )

Set postal.

Set postal.

Parameters

$postal

Returns

ApiBundle\Entity\Address
public integer|null
# getPostal( )

Get postal.

Get postal.

Returns

integer|null
public ApiBundle\Entity\Address
# setCity( string $city )

Set city.

Set city.

Parameters

$city

Returns

ApiBundle\Entity\Address
public string|null
# getCity( )

Get city.

Get city.

Returns

string|null
public string|null
# getCountry( )

Returns

string|null
public
# setCountry( string $country )

Parameters

$country

Returns


$this
API documentation generated by ApiGen