. */ /** * An Invocation expectation provider. * @author Chris Corbyn * @package Yay */ interface Yay_ExpectationProvider { /** * Returns the Expectations. * @return array of Yay_Expectation */ public function getExpectations(); }