Arquivos
wMind/mind3rd/API/classes/scientia/Darwin.php
T
Felipe Nascimento de Moura aa8e451a58 - Refactor of all the MindCommand class
- Rebuilt of all programs to use the pattern of the new format designed for the new MindCommand class
2011-04-15 23:32:55 -03:00

13 linhas
184 B
PHP
Arquivo Executável

<?php
namespace scientia;
/**
* Description of Darwin
*
* @author felipe
*/
class Darwin {
public static function addDoubt($context, $type)
{
echo "DUVIDAAAA";
}
}