printGreeting() public static méthode

public static printGreeting ( )
Exemple #1
0
 public function performAction($args)
 {
     PradoCommandLineInterpreter::printGreeting();
     $this->createTestFixtures($args[1]);
     return true;
 }