13 lines
233 B
PHP
13 lines
233 B
PHP
<?php
|
|
|
|
/**
|
|
* Subclass for representing a row from the 'sf_guard_user_module_permission' table.
|
|
*
|
|
*
|
|
*
|
|
* @package plugins.sfGuardPlugin.lib.model
|
|
*/
|
|
class sfGuardUserModulePermission extends BasesfGuardUserModulePermission
|
|
{
|
|
}
|