Example #1
0
 public static function main()
 {
     $cliEndpoint = new self();
     $cliEndpoint->setDefaults();
     $cliEndpoint->handle();
 }