class NetworkAddress extends Model (View source)

Properties

string $assignment
string $bcast
string $fqdn
string $ipAddress
string $subnetMask

Methods

setAssignment($assignment)

No description

string
getAssignment()

No description

setBcast($bcast)

No description

string
getBcast()

No description

setFqdn($fqdn)

No description

string
getFqdn()

No description

setIpAddress($ipAddress)

No description

string
getIpAddress()

No description

setSubnetMask($subnetMask)

No description

string
getSubnetMask()

No description

Details

setAssignment($assignment)

No description

Parameters

$assignment

string getAssignment()

No description

Return Value

string

setBcast($bcast)

No description

Parameters

$bcast

string getBcast()

No description

Return Value

string

setFqdn($fqdn)

No description

Parameters

$fqdn

string getFqdn()

No description

Return Value

string

setIpAddress($ipAddress)

No description

Parameters

$ipAddress

string getIpAddress()

No description

Return Value

string

setSubnetMask($subnetMask)

No description

Parameters

$subnetMask

string getSubnetMask()

No description

Return Value

string