Example #1
0
 /**
  * @return RoundSetupNull
  */
 public static function createStack()
 {
     // TODO: Implement createStack() method.
     $setup = new self();
     $setup->setInput(new InputStack());
     return $setup;
 }