Example #1
0
 public function __construct($options = null)
 {
     Configurator::Configure($this, $options);
 }
Example #2
0
 public function __construct($options = null)
 {
     Configurator::Configure($this, $options);
     $this->cartas = new ArrayCollection();
 }