PHP Class eZ\Publish\Core\FieldType\RichText\RichTextStorage\Gateway\LegacyStorage

Inheritance: extends eZ\Publish\Core\FieldType\RichText\RichTextStorage\Gateway
Datei anzeigen Open project: ezsystems/ezpublish-kernel Class Usage Examples

Protected Properties

Property Type Description
$dbHandler eZ\Publish\Core\Persistence\Database\DatabaseHandler

Public Methods

Method Description
getContentIds ( array $remoteIds ) : array Returns a list of Content ids for a list of remote ids.
setConnection ( mixed $dbHandler ) Set database handler for this gateway.

Protected Methods

Method Description
getConnection ( ) : eZ\Publish\Core\Persistence\Database\DatabaseHandler Returns the active connection.

Method Details

getConnection() protected method

Returns the active connection.
protected getConnection ( ) : eZ\Publish\Core\Persistence\Database\DatabaseHandler
return eZ\Publish\Core\Persistence\Database\DatabaseHandler

getContentIds() public method

Non-existent ids are ignored.
public getContentIds ( array $remoteIds ) : array
$remoteIds array An array of Content remote ids
return array An array of Content ids, with remote ids as keys

setConnection() public method

Set database handler for this gateway.
public setConnection ( mixed $dbHandler )
$dbHandler mixed

Property Details

$dbHandler protected_oe property

protected DatabaseHandler,eZ\Publish\Core\Persistence\Database $dbHandler
return eZ\Publish\Core\Persistence\Database\DatabaseHandler