phpparser and interface as member variable
Submitted by Tuesday, 11 December, 2012 - 14:22
on
Hi,
If I have the following code, the phpparser marks the ->interface-> part as error and it is not parsed in the sidekick.
class CClass
{
public $interface;
function func1()
{
$this->interface->otherfunc();
}
}
If I have the following code, the phpparser marks the ->interface-> part as error and it is not parsed in the sidekick.
class CClass
{
public $interface;
function func1()
{
$this->interface->otherfunc();
}
}