Esempio n. 1
0
function _run($command, $params)
{
    Ex::echoOn();
    return Ex::pass($command, $params);
    Ex::echoOff();
}
Esempio n. 2
0
    function test3()
    {
        echo 'method test1';
    }
    function test4()
    {
        echo 'method test1';
    }
    function test5()
    {
        echo 'method test1';
    }
    function test6()
    {
        echo 'method test1';
    }
    function test7()
    {
        echo 'method test1';
    }
    function test8()
    {
        echo 'method test1';
    }
    function test9()
    {
        echo 'method test1';
    }
}
$object = new Ex();
$object->parentInfo();