public function __construct()
 {
     parent::__construct();
 }
 public function __construct($PlacementActionType = null)
 {
     parent::__construct();
     $this->PlacementActionType = $PlacementActionType;
 }
 public function __construct($PlacementActionType = NULL)
 {
     if (get_parent_class('DeactivatePlacements')) {
         parent::__construct();
     }
     $this->PlacementActionType = $PlacementActionType;
 }