| Code completion [message #1005263] |
Thu, 24 January 2013 13:36  |
Denis Shmakov Messages: 5 Registered: January 2013 |
Junior Member |
|
|
I have class
class MyClass
{
function MyFunc()
{
$s = 'asd';
return s;
}
}
write
$c1 = new MyClass();
$c1-> press Ctrl+space and see MyFunc
All right! Next.
write
$c2 = MyClass:: press Ctrl+space and not see function in class!
Why? How can i see class functions in direct call but not as object call?
|
|
|
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.01784 seconds