13 lines
192 B
PHP
13 lines
192 B
PHP
<?php
|
|
|
|
/**
|
|
* Subclass for representing a row from the 'st_searched_words' table.
|
|
*
|
|
*
|
|
*
|
|
* @package plugins.stSearchPlugin.lib.model
|
|
*/
|
|
class SearchedWords extends BaseSearchedWords
|
|
{
|
|
}
|