mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
modified phpdoc integration search
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.3.1@10911 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
56256402fa
commit
e31bfd2ddd
2 changed files with 13 additions and 0 deletions
|
|
@ -7,6 +7,11 @@
|
|||
|
||||
class integration_searchAdminView extends integration_search {
|
||||
|
||||
/**
|
||||
* Cofiguration of integration serach module
|
||||
*
|
||||
* @var object module config
|
||||
*/
|
||||
var $config = null;
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -7,7 +7,15 @@
|
|||
|
||||
class integration_searchView extends integration_search {
|
||||
|
||||
/**
|
||||
* Target mid
|
||||
* @var array target mid
|
||||
*/
|
||||
var $target_mid = array();
|
||||
/**
|
||||
* Skin
|
||||
* @var string skin name
|
||||
*/
|
||||
var $skin = 'default';
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue