public function __construct($entity = null)
 {
     if (is_null($entity)) {
         $entity = new FoundationMember();
         $entity->setOwner(new Member());
     }
     parent::__construct($entity);
 }
 public function __construct(IEntity $entity)
 {
     parent::__construct($entity);
 }
 public function __construct()
 {
     parent::__construct(new Project());
 }
 public function __construct()
 {
     parent::__construct(new SummitPushNotification());
 }
 public function __construct()
 {
     parent::__construct(new GuestOSType());
 }
 public function __construct()
 {
     parent::__construct(new SpeakerRegistrationRequest());
 }
 public function __construct()
 {
     parent::__construct(new SupportChannelType());
 }
 public function __construct()
 {
     parent::__construct(new TrainingService());
 }
 public function __construct()
 {
     parent::__construct(new ConsultantServiceOfferedType());
 }
 public function __construct()
 {
     $entity = new ICLAMemberDecorator();
     $entity->setOwner(new Member());
     parent::__construct($entity);
 }
 public function __construct()
 {
     parent::__construct(new Group());
 }
 public function __construct()
 {
     parent::__construct(new EventRegistrationRequest());
 }
 public function __construct()
 {
     parent::__construct(new Team());
 }
Exemplo n.º 14
0
 public function __construct()
 {
     parent::__construct(new JobPage());
 }
 public function __construct()
 {
     parent::__construct(new SpeakerContactEmail());
 }
 public function __construct()
 {
     parent::__construct(new Survey());
 }
 public function __construct()
 {
     parent::__construct(new Vote());
 }
 public function __construct()
 {
     parent::__construct(new PresentationSpeakerFeedback());
 }
 public function __construct()
 {
     parent::__construct(new PresentationCategory());
 }
 public function __construct()
 {
     parent::__construct(new EventbriteEvent());
 }
 public function __construct()
 {
     parent::__construct(new SummitEvent());
 }
 public function __construct()
 {
     parent::__construct(new OpenStackRelease());
 }
 public function __construct()
 {
     parent::__construct(new ConfigurationManagementType());
 }
 public function __construct()
 {
     parent::__construct(new Region());
 }
 public function __construct()
 {
     parent::__construct(new CandidateNomination());
 }
 public function __construct()
 {
     parent::__construct(new TrainingCourse());
 }
 public function __construct()
 {
     parent::__construct(new Submitter());
 }
 public function __construct()
 {
     parent::__construct(new OpenStackComponent());
 }
 public function __construct()
 {
     $entity = new FoundationMember();
     $entity->setOwner(new Member());
     parent::__construct($entity);
 }
 public function __construct()
 {
     parent::__construct(new News());
 }