TYPO3 CMS  TYPO3_7-6
ADODB_Compress_Gzip Class Reference

Public Member Functions

 getLevel ()
 
 setLevel ($level)
 
 getMinLength ()
 
 setMinLength ($min_length)
 
 __construct ($level=null, $min_length=null)
 
 write ($data, $key)
 
 read ($data, $key)
 

Public Attributes

 $_level = null
 
 $_min_length = 1
 

Detailed Description

Definition at line 23 of file adodb-compress-gzip.php.

Constructor & Destructor Documentation

◆ __construct()

ADODB_Compress_Gzip::__construct (   $level = null,
  $min_length = null 
)

Definition at line 61 of file adodb-compress-gzip.php.

References setLevel(), and setMinLength().

Member Function Documentation

◆ getLevel()

ADODB_Compress_Gzip::getLevel ( )

Definition at line 34 of file adodb-compress-gzip.php.

References $_level.

◆ getMinLength()

ADODB_Compress_Gzip::getMinLength ( )

Definition at line 48 of file adodb-compress-gzip.php.

References $_min_length.

◆ read()

ADODB_Compress_Gzip::read (   $data,
  $key 
)

Definition at line 87 of file adodb-compress-gzip.php.

◆ setLevel()

ADODB_Compress_Gzip::setLevel (   $level)

Definition at line 40 of file adodb-compress-gzip.php.

Referenced by __construct().

◆ setMinLength()

ADODB_Compress_Gzip::setMinLength (   $min_length)

Definition at line 54 of file adodb-compress-gzip.php.

Referenced by __construct().

◆ write()

ADODB_Compress_Gzip::write (   $data,
  $key 
)

Definition at line 73 of file adodb-compress-gzip.php.

Member Data Documentation

◆ $_level

ADODB_Compress_Gzip::$_level = null

Definition at line 26 of file adodb-compress-gzip.php.

Referenced by getLevel().

◆ $_min_length

ADODB_Compress_Gzip::$_min_length = 1

Definition at line 30 of file adodb-compress-gzip.php.

Referenced by getMinLength().