lithium\tests\mocks\data\source\MockHttpModel::connection PHP Méthode

connection() public static méthode

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