%PDF- %PDF-
| Direktori : /proc/self/root/home/tjamichg/cursos.tjamich.gob.mx/main/exercise/ |
| Current File : //proc/self/root/home/tjamichg/cursos.tjamich.gob.mx/main/exercise/MatchingCombination.php |
<?php
/* For licensing terms, see /license.txt */
/**
* MatchingCombination.
*/
class MatchingCombination extends Matching
{
public $typePicture = 'matching_co.png';
public $explanationLangVar = 'MatchingCombination';
/**
* Constructor.
*/
public function __construct()
{
parent::__construct();
$this->type = MATCHING_COMBINATION;
$this->isContent = $this->getIsContent();
}
}