Exemplo n.º 1
0
 /** Constructor **/
 public function __construct()
 {
     parent::__construct();
     $this->state = new WaitingState();
     $this->stateName = $this->state;
     $this->shortId = $this->generateShortId();
 }
Exemplo n.º 2
0
 /** Constructor **/
 public function __construct()
 {
     parent::__construct();
     $this->issueCount = 0;
 }