Skip to content

Instantly share code, notes, and snippets.

@kanian
Last active March 23, 2019 20:28
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 kanian/58a1e018825bee701e8a8837c692a9bc to your computer and use it in GitHub Desktop.
Save kanian/58a1e018825bee701e8a8837c692a9bc to your computer and use it in GitHub Desktop.
<?php
require "./vendor/autoload.php";
use Assoa\Yo\Yo;
use Assoa\Loader\Loader;
use PhpParser\NodeDumper;
use Assoa\PatternFactories\ProxyFactory;
Loader::setLoader(require ("./vendor/autoload.php"));
$proxy = ProxyFactory::get(new Yo, true);
$proxy->hein("Yedi!");
$proxy->what();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment