lithium\test\MockerChain::__construct()
Constructor. Saves the results from the mock.
Parameters
-
array
$results
Results from the mock
Returns
voidSource
public function __construct($results) {
$this->_data['results'] = $results;
}