1
0
Fork 0
php-language-server/fixtures/completion/this_with_prefix.php

16 lines
188 B
PHP

<?php
class ThisClassPrefix extends TestClass
{
private $foo;
private $bar;
protected function method()
{
}
public function test()
{
$this->m
}
}