Browse
For agents
About
Outfunnel: Web Visitor Tracking & CRM Integration
/
trunk
Outfunnel: Web Visitor Tracking & CRM Integration
vtrunk
Switch version
trunk
1.0.0
1.1.0
1.1.1
1.2.0
1.2.3
1.3.0
1.4.0
1.4.1
1.4.2
1.4.3
1.4.4
2.0.0
2.1.0
2.1.1
2.1.2
2.2.0
2.2.1
2.2.2
2.2.3
2.2.4
2.3.0
2.4.0
2.5.0
2.6.0
All 38 releases
Overview
Code
outfunnel
/
forms
/
form.php
form.php
in Outfunnel: Web Visitor Tracking & CRM Integration trunk, at forms/form.php
10 lines
177 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
<
?
php
2
namespace
Outfunnel
\
Forms
;
3
4
interface
Form
5
{
6
public
function
is_form_plugin_active
(
)
;
7
public
function
get_all_forms
(
)
;
8
public
function
get_plugin_version
(
)
;
9
}
10