function __construct($foo = null) { parent::__construct(); }
public function __construct() { parent::__construct(); $this->items = new \Doctrine\Common\Collections\ArrayCollection(); }