Example #1
0
 function __construct($id, $ioManager)
 {
     parent::__construct($id);
     $this->ioManager = $ioManager;
 }
Example #2
0
 function __construct($id, $processManager)
 {
     parent::__construct($id);
     $this->processManager = $processManager;
 }