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:
chschy 2012-07-19 05:01:26 +00:00
parent 56256402fa
commit e31bfd2ddd
2 changed files with 13 additions and 0 deletions

View file

@ -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';
/**