PHP Class Kolab_Driver_Sql, horde

Copyright 2007-2016 Horde LLC (http://www.horde.org/) See the enclosed file COPYING for license information (GPL). If you did not receive this file, see http://www.horde.org/licenses/gpl.
Author: Your Name ([email protected])
Inheritance: extends Kolab_Driver
Exibir arquivo Open project: horde/horde

Protected Properties

Property Type Description
$_db Horde_Db_Adapter Handle for the current database connection.
$_foo array Storage variable.

Public Methods

Method Description
__construct ( array $params = [] ) Constructs a new SQL storage object.
retrieve ( ) Retrieves the foos from the database.

Method Details

__construct() public method

Constructs a new SQL storage object.
public __construct ( array $params = [] )
$params array Class parameters: - db: (Horde_Db_Adapater) A database handle. - table: (string, optional) The name of the database table.

retrieve() public method

Retrieves the foos from the database.
public retrieve ( )

Property Details

$_db protected_oe property

Handle for the current database connection.
protected Horde_Db_Adapter $_db
return Horde_Db_Adapter

$_foo protected_oe property

Storage variable.
protected array $_foo
return array