Skip to content

NullPortNumber

Inherited methods

fromNative

Returns a object taking PHP native value(s) as argument(s).

public static fromNative(): \Qubus\ValueObjects\ValueObject
  • This method is static.

Throws:


create

Returns a new Null object

public static create(): \Qubus\ValueObjects\NullValue\NullValue|\Qubus\ValueObjects\ValueObject
  • This method is static.

equals

Tells whether two objects are both Null.

public equals(\Qubus\ValueObjects\ValueObject $null): bool

Parameters:

Parameter Type Description
$null \Qubus\ValueObjects\ValueObject

__toString

Returns a string representation of the Null object

public __toString(): string


Automatically generated on 2025-10-13