Maileon PHP client
1.2.5
Easily integrate your PHP application with Maileon.
Main Page
Related Pages
Classes
Files
File List
AttributeType.php
1
<?php
2
8
class
com_maileon_api_transactions_AttributeType
9
{
14
public
$id;
19
public
$name;
24
public
$type;
29
public
$required;
30
43
function
__construct
($id, $name, $type, $required)
44
{
45
$this->
id
= $id;
46
$this->name = $name;
47
$this->type = $type;
48
$this->required = $required;
49
}
50
}
com_maileon_api_transactions_AttributeType
Definition:
AttributeType.php:8
com_maileon_api_transactions_AttributeType\__construct
__construct($id, $name, $type, $required)
Definition:
AttributeType.php:43
client
com
maileon
api
transactions
AttributeType.php
Generated on Mon Jan 16 2017 15:09:37 for Maileon PHP client by
1.8.9.1