Zend_Db_Table_Abstract
+ Sgss_Font_Manager_Table_Coverage
|
$_name
Name of this table |
|
$_primary
Primary keyed column name of this table |
|
$_referenceMap
Tables that contain a foreign key to this table |
void |
insertCoverage (int $fontId, Sgss_Font_Coverage_Interface $coverage)
Inserts the specified coverage into this table with the font id appended |
Name of this table
protected string $_name = 'coverage'
Primary keyed column name of this table
protected string $_primary = 'coverage_id'
Tables that contain a foreign key to this table
protected array $_referenceMap = array(...)
Inserts the specified coverage into this table with the font id appended
int $fontId
Font id to be appended to the coverage
Sgss_Font_Coverage_Interface $coverage
Coverage to be inserted
public void insertCoverage (int $fontId, Sgss_Font_Coverage_Interface $coverage)