lithium\tests\mocks\action\MockMediaClass::render PHP Method

render() public static method

public static render ( $response, $data = null, array $options = [] )
$options array
    public static function render($response, $data = null, array $options = array())
    {
        $response->options = $options;
        $response->data = $data;
        return $response;
    }
MockMediaClass