for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace eXpansion\Framework\GameManiaplanet\ScriptMethods;
use eXpansion\Framework\Core\DataProviders\Listener\ListenerInterfaceExpTimer;
use eXpansion\Framework\Core\ScriptMethods\AbstractScriptMethod;
/**
* Class GetScores
*
* @author de Cramer Oliver<[email protected]>
* @copyright 2017 eXpansion
* @package eXpansion\Framework\GameManiaplanet\ScriptMethods
*/
class GetScores extends AbstractScriptMethod implements ListenerInterfaceExpTimer
{
* @inheritdoc
public function onPreLoop()
$this->currentData = null;
}
public function onPostLoop()
// Nothing.
public function onEverySecond()