interface IPropertyDecorator (View source)

Allows the PageFactory to decorate fields.

Methods

decorate(Property $property)

This method is called by PageFactory on all properties to decide how to decorate the property.

Expectation
shouldReceive(string $name)

No description

Details

IProxy decorate(Property $property)

This method is called by PageFactory on all properties to decide how to decorate the property.

Parameters

Property $property The property that may be decorated.

Return Value

IProxy

Expectation shouldReceive(string $name)

Parameters

string $name

Return Value

Expectation