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

16 lines
188 B
PHP
Raw Normal View History

2017-06-19 10:23:43 +00:00
<?php
class ThisClassPrefix extends TestClass
{
private $foo;
private $bar;
protected function method()
{
}
public function test()
{
$this->m
}
}