Refactoring of comments beginning
This commit is contained in:
parent
477dc82182
commit
5263cf00a2
13 changed files with 1535 additions and 1744 deletions
|
@ -5,9 +5,8 @@
|
|||
* @version 1.0 Initialisation of this file
|
||||
* @since 1.0 Core application's file
|
||||
*
|
||||
* @author Evan Pisani 'yogg at epsina . com' et bhupi
|
||||
* @author Evan Pisani 'yogg at epsina . com', bhupi
|
||||
*
|
||||
* @todo Complete the functions with errors detection and finish the descriptions
|
||||
*/
|
||||
|
||||
include("Image.php");
|
||||
|
@ -44,10 +43,10 @@ class automating{
|
|||
*
|
||||
* @param String $action name of another function of this class
|
||||
*
|
||||
* @return void
|
||||
* @return NULL
|
||||
*/
|
||||
public function action($action){
|
||||
$this->{$action.""}();
|
||||
$this->{$action.""}();
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -58,7 +57,7 @@ class automating{
|
|||
* @param String $serverName name ofthe new server
|
||||
* @param String $flavor kind of server
|
||||
*
|
||||
* @return void
|
||||
* @return NULL
|
||||
*/
|
||||
private function createPublicServer()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue