Esempio n. 1
0
 /**
  * Constructs an AbstractSet with the given universe size.
  *
  * @param integer $universeSize The size of the universal set.
  */
 public function __construct($universeSize)
 {
     parent::__construct();
     $this->universeSize = $universeSize;
 }
Esempio n. 2
0
 /**
  * Constructor.
  */
 public function __construct()
 {
     parent::__construct();
 }