File "example.php"

Full Path: /var/www/html/back/vendor/phpdocumentor/reflection/tests/integration/Metadata/example.php
File size: 142 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

class myHookUsingClass
{
    public function test() {
        echo "Do something";
        hook('foo');
        echo "finish";
    }
}