FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
hackazon/modules/gwtphp/classes/GWTModule/Servletable.php at master · rapid7/hackazon · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
This repository was archived by the owner on May 18, 2021. It is now read-only.
rapid7
/
hackazon
Public archive
Notifications
You must be signed in to change notification settings
Fork
382
Star
1k
Code
Issues
13
Pull requests
2
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
hackazon
/
modules
/
gwtphp
/
classes
/
GWTModule
/
Servletable.php
Copy path
More file actions
More file actions
Latest commit
History
History
History
35 lines (29 loc) · 538 Bytes
Breadcrumbs
hackazon
/
modules
/
gwtphp
/
classes
/
GWTModule
/
Servletable.php
Copy path
File metadata and controls
35 lines (29 loc) · 538 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<?php
/**
* Created by IntelliJ IDEA.
* User: Nikolay Chervyakov
* Date: 04.09.2014
* Time: 12:24
*/
namespace
GWTModule
;
trait
Servletable
{
/**
* @var RemoteServiceServlet
*/
protected
$
servlet
;
/**
* @return RemoteServiceServlet
*/
public
function
getServlet
()
{
return
$
this
->
servlet
;
}
/**
* @param RemoteServiceServlet $servlet
*/
public
function
setServlet
(
$
servlet
)
{
$
this
->
servlet
=
$
servlet
;
}
}
Back
|
FazBrowse Home
|
New Git URL