%PDF- %PDF-
| Direktori : /home/vacivi36/intranet.vacivitta.com.br/protected/humhub/modules/search/libs/ |
| Current File : /home/vacivi36/intranet.vacivitta.com.br/protected/humhub/modules/search/libs/SearchResult.php |
<?php
/**
* @link https://www.humhub.org/
* @copyright Copyright (c) 2015 HumHub GmbH & Co. KG
* @license https://www.humhub.com/licences
*/
namespace humhub\modules\search\libs;
/**
* Description of SearchResult
*
* @author luke
*/
class SearchResult
{
/**
* Type
*
* @var string
*/
public $type;
/**
* Model of found object
*
* @var string
*/
public $model;
/**
* Primary Key of found object
*
* @var string
*/
public $pk;
}