final class Conjunction implements ConnectiveInterface

Traits

Methods

int
notation()

No description

int
arity()

No description

string
symbol()

No description

bool
apply(bool ...$arguments)

No description

int
precedence()

No description

Details

in InfixNotationTrait at line 21
final int notation()

Return Value

int

int arity()

Return Value

int

at line 23
string symbol()

Return Value

string

at line 28
bool apply(bool ...$arguments)

Parameters

bool ...$arguments

Return Value

bool

at line 50
int precedence()