Index Documentation

EndPoint
in package
implements JsonSerializable, Stringable, IEquatable

AbstractYes

Table of Contents

Interfaces

JsonSerializable
Stringable
IEquatable
Provides an interface for determining the value-equality of two objects.

Methods

__toString()  : string
equals()  : bool
Checks whether the current object is equal to another.
jsonSerialize()  : mixed
parse()  : EndPoint

Methods

__toString()

public abstract __toString() : string
Return values
string

equals()

Checks whether the current object is equal to another.

public abstract equals(mixed $other) : bool
Parameters
$other : mixed
Return values
bool

true if the objects are equals, false if not.

jsonSerialize()

public jsonSerialize() : mixed

        
On this page

Search results