Commit Graph

7 Commits

Author SHA1 Message Date
kremsy
1038abdbed updated copyright label 2020-01-22 10:39:35 +01:00
kremsy
ba1f6d54bd updated version and year in comments 2019-01-05 21:02:24 +01:00
Jocy
39489f266f Updated Copyright to 2018 2018-03-27 20:11:40 +02:00
kremsy
287e6316d6 fixed doc 2017-04-07 18:46:12 +02:00
kremsy
dcfb3fb9ec added possability to set a Method to call in your class 2017-04-07 18:45:59 +02:00
kremsy
5b330d5753 Small Fix + Test
Test/Usage example:

		$this->getShootmaniaScores()->setCallable(function(OnScoresStructure $scores){
			$scores->getUsageInformation();
		});
2017-04-07 18:37:08 +02:00
kremsy
067536458e added direct invoke callback for methods 2017-04-07 18:30:48 +02:00