Sgss_Font_Manager_Table_Coverage
Represents the database table to store character coverage of font

Description

Class diagram:
Zend_Db_Table_Abstract
 + Sgss_Font_Manager_Table_Coverage
Used by:
Sgss_Font_Manager_Abstract::_init()
Author:
Matsuda Shota
Copyright:
(c) 2007-2008 Matsuda Shota
Usedby:
Sgss_Font_Manager_Abstract::_init()
License:
http://creativecommons.org/licenses/GPL/2.0/
Located in:
/Font/Manager/Table/Coverage.php (line 51)

Class overview

Variables

protected string $_name

Name of this table

protected string $_primary

Primary keyed column name of this table

protected array $_referenceMap

Tables that contain a foreign key to this table

Method

void insertCoverage (int $fontId, Sgss_Font_Coverage_Interface $coverage)

Inserts the specified coverage into this table with the font id appended

Variable detail

$_name 

Name of this table

Signature:
protected string $_name = 'coverage'


$_primary 

Primary keyed column name of this table

Signature:
protected string $_primary = 'coverage_id'


$_referenceMap 

Tables that contain a foreign key to this table

Signature:
protected array $_referenceMap = array(...)


Method detail

insertCoverage

Inserts the specified coverage into this table with the font id appended

Parameters:
Uses:
Zend_Db_Table_Abstract::insert()
Signature:
public void insertCoverage (int $fontId, Sgss_Font_Coverage_Interface $coverage)