/**
  * Constructor
  *
  * @param ContainerInterface $container Container object
  */
 public function __construct(ContainerInterface $container)
 {
     $this->is_ordered = false;
     $this->service_ids = array();
     parent::__construct($container);
 }