lithium\tests\mocks\data\source\MockHttpModel::connection PHP Method

connection() public static method

public static connection ( )
    public static function &connection()
    {
        if (static::$connection) {
            return static::$connection;
        }
        $result = new Http();
        return $result;
    }
MockHttpModel