コード例 #1
0
 /**
  * SafeGuard service constructor
  * 
  * @api
  */
 public function __construct(Contract\Session $session, Contract\Auth $auth)
 {
     parent::__construct();
     $this->sessService = $session;
     $this->authService = $auth;
 }