interface ISimpleSetter (View source)

Represents a an element that has simple method for value changing.

Methods

setValue(mixed $value)

Sets value to the element.

Expectation
shouldReceive(string $name)

No description

Details

ISimpleSetter setValue(mixed $value)

Sets value to the element.

Parameters

mixed $value New value.

Return Value

ISimpleSetter

Expectation shouldReceive(string $name)

Parameters

string $name

Return Value

Expectation