Hello Willow Example
class ui { | |
function hello( $args = null ) { | |
// define key + value to render ## | |
return [ | |
'hello' => 'Hello' | |
]; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment