changes to comments and annotations

Esse commit está contido em:
Felipe Nascimento de Moura
2011-06-08 00:25:01 -03:00
commit 07e0a24c22
2 arquivos alterados com 8 adições e 5 exclusões
+2
Ver Arquivo
@@ -7,6 +7,8 @@
* *
* @author Felipe Nascimento de Moura <felipenmoura@gmail.com> * @author Felipe Nascimento de Moura <felipenmoura@gmail.com>
* @license licenses/mind3rd.license * @license licenses/mind3rd.license
* @package Lobe
* @subpackage db
*/ */
namespace Lobe\db; namespace Lobe\db;
/** /**
+6 -5
Ver Arquivo
@@ -1,5 +1,4 @@
<?php <?php
/* /*
* To change this template, choose Tools | Templates * To change this template, choose Tools | Templates
* and open the template in the editor. * and open the template in the editor.
@@ -9,6 +8,8 @@ namespace Lobe\testFacade;
* This is just a model * This is just a model
* *
* @author Felipe Nascimento de Moura <felipenmoura@gmail.com> * @author Felipe Nascimento de Moura <felipenmoura@gmail.com>
* @package Lobe
* @subpackage test
*/ */
class testFacade extends \Lobe\Neuron implements \neuron{ class testFacade extends \Lobe\Neuron implements \neuron{
@@ -18,7 +19,7 @@ class testFacade extends \Lobe\Neuron implements \neuron{
echo "Here, a list of available commands from the \API package:\n"; echo "Here, a list of available commands from the \API package:\n";
echo "\API\\\n"; echo "\API\\\n";
echo " GET::"; echo " GET::";
echo "plugins(true); // passing true, it echoes directly\n"; echo "plugins(true); // passing true, it echoes directly\n";
echo " projectData();\n"; echo " projectData();\n";
echo " currentProject();\n"; echo " currentProject();\n";
echo " tables();\n"; echo " tables();\n";
@@ -29,18 +30,18 @@ class testFacade extends \Lobe\Neuron implements \neuron{
echo " idioms();\n"; echo " idioms();\n";
echo " User::"; echo " User::";
echo "projectsList();\n"; echo "projectsList();\n";
echo " usersList();\n"; echo " usersList();\n";
echo " FileManager::"; echo " FileManager::";
echo "appendDataToFile(\$file, \$data);\n"; echo "appendDataToFile(\$file, \$data);\n";
echo " createDir('newDir/anotherNewDir/finalNewDir');\n"; echo " createDir('newDir/anotherNewDir/finalNewDir');\n";
echo " createFile(\$uri); // also accepts nested directories\n"; echo " createFile(\$uri); // also accepts nested directories\n";
echo " createXMLFile(\$uri);\n"; echo " createXMLFile(\$uri);\n";
echo " writeToFile(\$file, \$data);\n"; echo " writeToFile(\$file, \$data);\n";
echo " Project::"; echo " Project::";
echo "data();\n"; echo "data();\n";
echo " current();\n"; echo " current();\n";
echo " getDDLCommand();\n"; echo " getDDLCommand();\n";
echo " getDDLCommand(false); // not decorated\n"; echo " getDDLCommand(false); // not decorated\n";