mirror of
https://github.com/SophiaAtkinson/steamwidgets-web.git
synced 2025-06-27 10:17:41 -07:00
Initial commit
This commit is contained in:
16
app/helper/TestHelper.php
Normal file
16
app/helper/TestHelper.php
Normal file
@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
Asatru PHP - example helper
|
||||
*/
|
||||
|
||||
/**
|
||||
* Just an example helper function
|
||||
*
|
||||
* @param int $max
|
||||
* @return int
|
||||
*/
|
||||
function MyExampleHelperFunction($max = 1000)
|
||||
{
|
||||
return rand(1, $max);
|
||||
}
|
Reference in New Issue
Block a user