phpDocumentor

CustomerB2BStatus
in package
implements CustomerB2BStatusInterface

Class CustomerB2BStatus

Tags
category

System

subpackage

ValueObjects

Interfaces, Classes and Traits

CustomerB2BStatusInterface
Interface CustomerB2BStatusInterface

Table of Contents

$status  : bool
Customer's B2B status.
__construct()  : mixed
CustomerB2BStatus constructor.
__toString()  : string
Returns the equivalent string value.
getStatus()  : bool
Returns the status.

Properties

Methods

__construct()

CustomerB2BStatus constructor.

public __construct(bool $p_status) : mixed
Parameters
$p_status : bool

Customer's B2B status.

Tags
throws
InvalidArgumentException

On invalid argument type.

Return values
mixed

__toString()

Returns the equivalent string value.

public __toString() : string
Return values
string

Equivalent string value.

getStatus()

Returns the status.

public getStatus() : bool
Return values
bool

Customer B2B status.

Search results