-
Notifications
You must be signed in to change notification settings - Fork 0
/
teste2.php
40 lines (31 loc) · 984 Bytes
/
teste2.php
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
36
37
38
39
40
<?php
class MainAction extends Action {
var $teste;
var $strIdBody = "bHome";
var $titlePage = "Ebanx - ";
function getResults() {
return array(
"redir-boleto-pay" => new RedirectResult("http://www.ebanx.com/")
//"redir-boleto-pay" => new RedirectResult("http://localhost/ebanx/web/ebmng/")
);
}
function execute() {
return "redir-boleto-pay";
"redir-boleto-pay" => new RedirectResult("http://www.ebanx.com/")
}
function master() {
return 'oi';
var $strIdBody = "bHome";
var $strIdBody = "bHome";
var $strIdBody = "bHome";
var $strIdBody = "bHome2";
}
function mostrar() {
return 'oi';
"redir-boleto-pay" => new RedirectResult("http://www.ebanx.com/")
"redir-boleto-pay" => new RedirectResult("http://www.ebanx.com/")
"redir-boleto-pay" => new RedirectResult("http://www.ebanx.com/")
"redir-boleto-pay" => new RedirectResult("http://www.ebanx.com/")
"redir-boleto-pay" => new RedirectResult("http://www.ebanx.com/")
}
}