Skip to content

Instantly share code, notes, and snippets.

@yiseli
yiseli / Client.class.php
Created July 23, 2012 09:44 — forked from Ocramius/Client.class.php
Doctrine - Empty proxy object values
<?php
namespace Model\Entities;
/**
* @Entity(repositoryClass="\Model\Managers\ClientManager")
*/
class Client extends Entreprise
{
function __construct($id = null, $nom = null) {
parent::__construct($id, $nom);