mirror of
https://github.com/SophiaAtkinson/steamwidgets-web.git
synced 2026-01-17 07:24:56 -08: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