コード例 #1
0
ファイル: DFAStateDot.php プロジェクト: jfrancr/figdice
 public function __construct()
 {
     parent::__construct();
 }
コード例 #2
0
ファイル: DFAStateSymbol.php プロジェクト: jfrancr/figdice
 public function __construct()
 {
     parent::__construct();
     $this->path = false;
 }
コード例 #3
0
ファイル: DFAStatePath.php プロジェクト: figdice/figdice
 public function __construct()
 {
     parent::__construct();
     $this->separated = true;
 }
コード例 #4
0
 public function __construct()
 {
     parent::__construct();
     $this->closed = true;
 }