changes to README.markdown
Esse commit está contido em:
@@ -1,3 +1,6 @@
|
||||
TheWebMind
|
||||
===============================================
|
||||
|
||||
Requires:
|
||||
PHP 5.3+
|
||||
PHP-cli
|
||||
@@ -90,6 +90,7 @@
|
||||
if(!$tmpType)
|
||||
{
|
||||
//TODO: Darwin::add($this->type);
|
||||
Darwin::addDoubt($this->type, 'dataType');
|
||||
echo "UNKNOWN TYPE...for a while";
|
||||
return false;
|
||||
}else
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
/**
|
||||
* Description of Darwin
|
||||
*
|
||||
* @author felipe
|
||||
*/
|
||||
class Darwin {
|
||||
public static function addDoubt($context, $type)
|
||||
{
|
||||
echo "DUVIDAAAA";
|
||||
}
|
||||
}
|
||||
Referência em uma Nova Issue
Bloquear um usuário