Skip to content

Commit

Permalink
Add events
Browse files Browse the repository at this point in the history
  • Loading branch information
jetwitaussi committed Jan 27, 2017
1 parent 83432e5 commit 8876185
Show file tree
Hide file tree
Showing 61 changed files with 1,769 additions and 0 deletions.
29 changes: 29 additions & 0 deletions PHT/Xml/Match/Event/E19.php
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';
}
}
29 changes: 29 additions & 0 deletions PHT/Xml/Match/Event/E23.php
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';
}
}
29 changes: 29 additions & 0 deletions PHT/Xml/Match/Event/E24.php
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)';
}
}
29 changes: 29 additions & 0 deletions PHT/Xml/Match/Event/E35.php
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';
}
}
29 changes: 29 additions & 0 deletions PHT/Xml/Match/Event/E401.php
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';
}
}
29 changes: 29 additions & 0 deletions PHT/Xml/Match/Event/E402.php
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';
}
}
29 changes: 29 additions & 0 deletions PHT/Xml/Match/Event/E403.php
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';
}
}
29 changes: 29 additions & 0 deletions PHT/Xml/Match/Event/E404.php
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';
}
}
29 changes: 29 additions & 0 deletions PHT/Xml/Match/Event/E405.php
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';
}
}
29 changes: 29 additions & 0 deletions PHT/Xml/Match/Event/E406.php
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';
}
}
29 changes: 29 additions & 0 deletions PHT/Xml/Match/Event/E407.php
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';
}
}
29 changes: 29 additions & 0 deletions PHT/Xml/Match/Event/E408.php
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';
}
}
29 changes: 29 additions & 0 deletions PHT/Xml/Match/Event/E409.php
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';
}
}
Loading

0 comments on commit 8876185

Please sign in to comment.