Advertisement
Guest User

fuu

a guest
Feb 25th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.26 KB | None | 0 0
  1. <?php
  2.  
  3. namespace OffreBundle\Services;
  4.  
  5. class SelectPrct
  6. {
  7.  
  8.     function __construct($matching)
  9.     {
  10.         $this->Matching = $matching;
  11.     }
  12.  
  13.     public function processprct()
  14.     {
  15.  
  16.         return $this->Matching->process();
  17.    
  18.     }
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement