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 StudentConvention

Convention signed between a member of the organization and the organization. Is a weak entity of ApiBundle\Entity\User.

Namespace: ApiBundle\Entity
Author: Théo FIDRY theo.fidry@gmail.com
Orm\entity
Located at ApiBundle/Entity/StudentConvention.php
Methods summary
public string|null
# getReference( )

Returns

string|null
public
# setReference( string $reference )

Parameters

$reference

Returns


$this
public DateTime|null
# getDateOfSignature( )

Returns

DateTime|null
public
# setDateOfSignature( DateTime $dateOfSignature = null )

Parameters

$dateOfSignature

Returns


$this
public boolean
# isSigned( )

Returns

boolean
API documentation generated by ApiGen