Skip to content

Instantly share code, notes, and snippets.

@RaymondBenc
Created September 23, 2015 14:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RaymondBenc/7d8285f8309502a135a4 to your computer and use it in GitHub Desktop.
Save RaymondBenc/7d8285f8309502a135a4 to your computer and use it in GitHub Desktop.
<?php
$callback = function(Core\Block $block) {
return 'Hello!';
};
new Core\Block('/hello-world', 1, $callback);
new Core\Block('/core.index-member', 1, $callback);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment