Overview

Namespaces

  • Jity
    • HomepageBundle
      • Controller
      • DataFixtures
        • ORM
      • DependencyInjection
        • Compiler
        • Service
          • Controller
      • Doctrine
        • Extension
          • DBAL
            • Types
      • Entity
      • EventListener
      • Form
        • Extension
      • Tests
        • Controller
      • Twig
        • Extension
  • PHP

Classes

  • AbstractPage
  • AbstractPageTag
  • Article
  • Category
  • Comment
  • Contact
  • Group
  • NavigationContainer
  • NavigationResource
  • Page
  • Section
  • Service
  • Sidebar
  • SidebarSection
  • Tag
  • User
  • UserRepository
  • Overview
  • Namespace
  • Class
  • Tree

Class Contact

Contact

Contact entity.

Namespace: Jity\HomepageBundle\Entity
Author: Hermann Mayer <hermann.mayer92@gmail.com>
Located at Jity/HomepageBundle/Entity/Contact.php
Methods summary
public integer
# getId( )

getId

getId

Get the id of the entity.

Returns

integer
public Jity\HomepageBundle\Entity\Contact
# setEmail( string $email )

setEmail

setEmail

Set the email of the entity.

Parameters

$email
string
$email Email of the contact

Returns

Jity\HomepageBundle\Entity\Contact
public string
# getEmail( )

getEmail

getEmail

Get the email of the entity.

Returns

string
public Jity\HomepageBundle\Entity\Contact
# setName( string $name )

setName

setName

Set the name of the entity

Parameters

$name
string
$name Name of the contact

Returns

Jity\HomepageBundle\Entity\Contact
public string
# getName( )

getName

getName

Get the name of the entity.

Returns

string
public Jity\HomepageBundle\Entity\Contact
# setMessage( string $message )

setMessage

setMessage

Set the message of the entity.

Parameters

$message
string
$message Message of the contact

Returns

Jity\HomepageBundle\Entity\Contact
public string
# getMessage( )

getMessage

getMessage

Get the message of the entity.

Returns

string
Properties summary
protected mixed $id
#

ORM\Column(type="integer")

ORM\GeneratedValue(strategy="AUTO")

ORM\Id

protected mixed $email
#

ORM\Column(type="string")

protected mixed $name
#

ORM\Column(type="string",

length=100)
protected mixed $message
#

ORM\Column(type="text")

API documentation generated by ApiGen 2.8.0