-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
83432e5
commit 8876185
Showing
61 changed files
with
1,769 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<?php | ||
/** | ||
* PHT | ||
* | ||
* @author Telesphore | ||
* @link https://github.com/jetwitaussi/PHT | ||
* @version 3.0 | ||
* @license "THE BEER-WARE LICENSE" (Revision 42): | ||
* Telesphore wrote this file. As long as you retain this notice you | ||
* can do whatever you want with this stuff. If we meet some day, and you think | ||
* this stuff is worth it, you can buy me a beer in return. | ||
*/ | ||
|
||
namespace PHT\Xml\Match\Event; | ||
|
||
use PHT\Xml; | ||
|
||
class E19 extends Xml\Match\Event | ||
{ | ||
/** | ||
* Return event name | ||
* | ||
* @return string | ||
*/ | ||
public function getName() | ||
{ | ||
return 'Players enter the field'; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<?php | ||
/** | ||
* PHT | ||
* | ||
* @author Telesphore | ||
* @link https://github.com/jetwitaussi/PHT | ||
* @version 3.0 | ||
* @license "THE BEER-WARE LICENSE" (Revision 42): | ||
* Telesphore wrote this file. As long as you retain this notice you | ||
* can do whatever you want with this stuff. If we meet some day, and you think | ||
* this stuff is worth it, you can buy me a beer in return. | ||
*/ | ||
|
||
namespace PHT\Xml\Match\Event; | ||
|
||
use PHT\Xml; | ||
|
||
class E23 extends Xml\Match\Event | ||
{ | ||
/** | ||
* Return event name | ||
* | ||
* @return string | ||
*/ | ||
public function getName() | ||
{ | ||
return 'Same formation both teams'; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<?php | ||
/** | ||
* PHT | ||
* | ||
* @author Telesphore | ||
* @link https://github.com/jetwitaussi/PHT | ||
* @version 3.0 | ||
* @license "THE BEER-WARE LICENSE" (Revision 42): | ||
* Telesphore wrote this file. As long as you retain this notice you | ||
* can do whatever you want with this stuff. If we meet some day, and you think | ||
* this stuff is worth it, you can buy me a beer in return. | ||
*/ | ||
|
||
namespace PHT\Xml\Match\Event; | ||
|
||
use PHT\Xml; | ||
|
||
class E24 extends Xml\Match\Event | ||
{ | ||
/** | ||
* Return event name | ||
* | ||
* @return string | ||
*/ | ||
public function getName() | ||
{ | ||
return 'Team formations (different)'; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<?php | ||
/** | ||
* PHT | ||
* | ||
* @author Telesphore | ||
* @link https://github.com/jetwitaussi/PHT | ||
* @version 3.0 | ||
* @license "THE BEER-WARE LICENSE" (Revision 42): | ||
* Telesphore wrote this file. As long as you retain this notice you | ||
* can do whatever you want with this stuff. If we meet some day, and you think | ||
* this stuff is worth it, you can buy me a beer in return. | ||
*/ | ||
|
||
namespace PHT\Xml\Match\Event; | ||
|
||
use PHT\Xml; | ||
|
||
class E35 extends Xml\Match\Event | ||
{ | ||
/** | ||
* Return event name | ||
* | ||
* @return string | ||
*/ | ||
public function getName() | ||
{ | ||
return 'Arena extended with temporary seats'; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<?php | ||
/** | ||
* PHT | ||
* | ||
* @author Telesphore | ||
* @link https://github.com/jetwitaussi/PHT | ||
* @version 3.0 | ||
* @license "THE BEER-WARE LICENSE" (Revision 42): | ||
* Telesphore wrote this file. As long as you retain this notice you | ||
* can do whatever you want with this stuff. If we meet some day, and you think | ||
* this stuff is worth it, you can buy me a beer in return. | ||
*/ | ||
|
||
namespace PHT\Xml\Match\Event; | ||
|
||
use PHT\Xml; | ||
|
||
class E401 extends Xml\Match\Event | ||
{ | ||
/** | ||
* Return event name | ||
* | ||
* @return string | ||
*/ | ||
public function getName() | ||
{ | ||
return 'Injury: Knee left'; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<?php | ||
/** | ||
* PHT | ||
* | ||
* @author Telesphore | ||
* @link https://github.com/jetwitaussi/PHT | ||
* @version 3.0 | ||
* @license "THE BEER-WARE LICENSE" (Revision 42): | ||
* Telesphore wrote this file. As long as you retain this notice you | ||
* can do whatever you want with this stuff. If we meet some day, and you think | ||
* this stuff is worth it, you can buy me a beer in return. | ||
*/ | ||
|
||
namespace PHT\Xml\Match\Event; | ||
|
||
use PHT\Xml; | ||
|
||
class E402 extends Xml\Match\Event | ||
{ | ||
/** | ||
* Return event name | ||
* | ||
* @return string | ||
*/ | ||
public function getName() | ||
{ | ||
return 'Injury: Knee right'; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<?php | ||
/** | ||
* PHT | ||
* | ||
* @author Telesphore | ||
* @link https://github.com/jetwitaussi/PHT | ||
* @version 3.0 | ||
* @license "THE BEER-WARE LICENSE" (Revision 42): | ||
* Telesphore wrote this file. As long as you retain this notice you | ||
* can do whatever you want with this stuff. If we meet some day, and you think | ||
* this stuff is worth it, you can buy me a beer in return. | ||
*/ | ||
|
||
namespace PHT\Xml\Match\Event; | ||
|
||
use PHT\Xml; | ||
|
||
class E403 extends Xml\Match\Event | ||
{ | ||
/** | ||
* Return event name | ||
* | ||
* @return string | ||
*/ | ||
public function getName() | ||
{ | ||
return 'Injury: Thigh left'; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<?php | ||
/** | ||
* PHT | ||
* | ||
* @author Telesphore | ||
* @link https://github.com/jetwitaussi/PHT | ||
* @version 3.0 | ||
* @license "THE BEER-WARE LICENSE" (Revision 42): | ||
* Telesphore wrote this file. As long as you retain this notice you | ||
* can do whatever you want with this stuff. If we meet some day, and you think | ||
* this stuff is worth it, you can buy me a beer in return. | ||
*/ | ||
|
||
namespace PHT\Xml\Match\Event; | ||
|
||
use PHT\Xml; | ||
|
||
class E404 extends Xml\Match\Event | ||
{ | ||
/** | ||
* Return event name | ||
* | ||
* @return string | ||
*/ | ||
public function getName() | ||
{ | ||
return 'Injury: Thigh right'; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<?php | ||
/** | ||
* PHT | ||
* | ||
* @author Telesphore | ||
* @link https://github.com/jetwitaussi/PHT | ||
* @version 3.0 | ||
* @license "THE BEER-WARE LICENSE" (Revision 42): | ||
* Telesphore wrote this file. As long as you retain this notice you | ||
* can do whatever you want with this stuff. If we meet some day, and you think | ||
* this stuff is worth it, you can buy me a beer in return. | ||
*/ | ||
|
||
namespace PHT\Xml\Match\Event; | ||
|
||
use PHT\Xml; | ||
|
||
class E405 extends Xml\Match\Event | ||
{ | ||
/** | ||
* Return event name | ||
* | ||
* @return string | ||
*/ | ||
public function getName() | ||
{ | ||
return 'Injury: Foot left'; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<?php | ||
/** | ||
* PHT | ||
* | ||
* @author Telesphore | ||
* @link https://github.com/jetwitaussi/PHT | ||
* @version 3.0 | ||
* @license "THE BEER-WARE LICENSE" (Revision 42): | ||
* Telesphore wrote this file. As long as you retain this notice you | ||
* can do whatever you want with this stuff. If we meet some day, and you think | ||
* this stuff is worth it, you can buy me a beer in return. | ||
*/ | ||
|
||
namespace PHT\Xml\Match\Event; | ||
|
||
use PHT\Xml; | ||
|
||
class E406 extends Xml\Match\Event | ||
{ | ||
/** | ||
* Return event name | ||
* | ||
* @return string | ||
*/ | ||
public function getName() | ||
{ | ||
return 'Injury: Foot right'; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<?php | ||
/** | ||
* PHT | ||
* | ||
* @author Telesphore | ||
* @link https://github.com/jetwitaussi/PHT | ||
* @version 3.0 | ||
* @license "THE BEER-WARE LICENSE" (Revision 42): | ||
* Telesphore wrote this file. As long as you retain this notice you | ||
* can do whatever you want with this stuff. If we meet some day, and you think | ||
* this stuff is worth it, you can buy me a beer in return. | ||
*/ | ||
|
||
namespace PHT\Xml\Match\Event; | ||
|
||
use PHT\Xml; | ||
|
||
class E407 extends Xml\Match\Event | ||
{ | ||
/** | ||
* Return event name | ||
* | ||
* @return string | ||
*/ | ||
public function getName() | ||
{ | ||
return 'Injury: Ankle left'; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<?php | ||
/** | ||
* PHT | ||
* | ||
* @author Telesphore | ||
* @link https://github.com/jetwitaussi/PHT | ||
* @version 3.0 | ||
* @license "THE BEER-WARE LICENSE" (Revision 42): | ||
* Telesphore wrote this file. As long as you retain this notice you | ||
* can do whatever you want with this stuff. If we meet some day, and you think | ||
* this stuff is worth it, you can buy me a beer in return. | ||
*/ | ||
|
||
namespace PHT\Xml\Match\Event; | ||
|
||
use PHT\Xml; | ||
|
||
class E408 extends Xml\Match\Event | ||
{ | ||
/** | ||
* Return event name | ||
* | ||
* @return string | ||
*/ | ||
public function getName() | ||
{ | ||
return 'Injury: Ankle right'; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<?php | ||
/** | ||
* PHT | ||
* | ||
* @author Telesphore | ||
* @link https://github.com/jetwitaussi/PHT | ||
* @version 3.0 | ||
* @license "THE BEER-WARE LICENSE" (Revision 42): | ||
* Telesphore wrote this file. As long as you retain this notice you | ||
* can do whatever you want with this stuff. If we meet some day, and you think | ||
* this stuff is worth it, you can buy me a beer in return. | ||
*/ | ||
|
||
namespace PHT\Xml\Match\Event; | ||
|
||
use PHT\Xml; | ||
|
||
class E409 extends Xml\Match\Event | ||
{ | ||
/** | ||
* Return event name | ||
* | ||
* @return string | ||
*/ | ||
public function getName() | ||
{ | ||
return 'Injury: Calf left'; | ||
} | ||
} |
Oops, something went wrong.