final class PropertyNames implements IteratorAggregate, Countable, JsonSerializable (View source)

Methods

static PropertyNames
fromArray(array $propertyNames)

No description

static PropertyNames
createEmpty()

No description

merge(PropertyNames $other)

No description

mixed
jsonSerialize()

No description

getIterator()

No description

bool
isEmpty()

No description

int
count()

No description

Details

static PropertyNames fromArray(array $propertyNames)

No description

Parameters

array $propertyNames

Return Value

PropertyNames

static PropertyNames createEmpty()

No description

Return Value

PropertyNames

PropertyNames merge(PropertyNames $other)

No description

Parameters

PropertyNames $other

Return Value

PropertyNames

mixed jsonSerialize()

No description

Return Value

mixed

Traversable getIterator()

No description

Return Value

Traversable

bool isEmpty()

No description

Return Value

bool

int count()

No description

Return Value

int