SensioLabs\Deptrac\Tests\Collector\MethodCollectorTest::getClassMethod PHP Method

getClassMethod() private method

private getClassMethod ( $name )
    private function getClassMethod($name)
    {
        $classMethod = new \StdClass();
        $classMethod->name = $name;
        return $classMethod;
    }