Sgss_Font_Manager_Table_Row_Font
Represents a database table row to store font

Description

Class diagram:
Zend_Db_Table_Row_Abstract
 + Sgss_Font_Manager_Table_Row_Font
Author:
Matsuda Shota
Copyright:
(c) 2007-2008 Matsuda Shota
License:
http://creativecommons.org/licenses/GPL/2.0/
Located in:
/Font/Manager/Table/Row/Font.php (line 46)

Class overview

Method

int delete ()

Deletes this row and dependant rows

Method detail

delete

Deletes this row and dependant rows

Returns:
int -- Number of deleted rows
Uses:
Zend_Db_Table_Row_Abstract::findDependentRowset(), Zend_Db_Table_Row_Abstract::delete()
Signature:
public int delete ()