OrderAction::__construct PHP Méthode

__construct() public méthode

public __construct ( )
        public function __construct()
        {
        }

Usage Example

 public function __construct($OrderActionType = NULL)
 {
     if (get_parent_class('DisapproveOrdersWithoutReservationChanges')) {
         parent::__construct();
     }
     $this->OrderActionType = $OrderActionType;
 }
All Usage Examples Of OrderAction::__construct