1 2 3 4 5 6 7 8 9 10 11 12
<?php use kch42\ste\STECore; function test_func(STECore $ste) { $ste->set_var_by_name("foo", array( "foo", "bar", "baz", )); }