Arquivos
wMind/mind3rd/API/classes/scientia/Doubt.php
T
2012-04-06 14:23:21 -03:00

23 linhas
478 B
PHP
Arquivo Executável

<?php
/**
* This file is part of TheWebMind 3rd generation.
*
* @author Felipe Nascimento de Moura <felipenmoura@gmail.com>
* @license licenses/mind3rd.license
*/
namespace scientia;
/**
*
* @author felipe
* @package scientia
*/
class Doubt {
public $context = false;
public $doubtMessage= "";
public function __construct($doubtMessage, $context)
{
}
}