Node

package

Default

Methods

Node constructor

__construct( $node = null) 

Arguments

$node

mixed | null

getAddress

getAddress() : string

Response

string

getLanAddress

getLanAddress() : string

Response

string

getName

getName() : string

Response

string

getWanAddress

getWanAddress() : string

Response

string

setAddress

setAddress( $address) : $this

Arguments

$address

string

Response

$this

setLanAddress

setLanAddress( $lanAddress) : $this

Arguments

$lanAddress

string

Response

$this

setName

setName( $name) : $this

Arguments

$name

string

Response

$this

setWanAddress

setWanAddress( $wanAddress) : $this

Arguments

$wanAddress

string

Response

$this