NuSphere Forums Forum Index
NuSphere Forums
Reply to topic
Code complete for overridden methods


Joined: 17 Oct 2014
Posts: 3
Reply with quote
for example
Code:

class Parent
{
    function longFunctionName($param1, $param2, $param3 = 3)
    {
         return $param1 + $param2 + param3;
    }
}

class Child extends Parent
{
    function long|
}


code comletion generated method define based on parent method
Code:

class Child extends Parent
{
    function longFunctionName($param1, $param2, $param3 = 3)
    {
         |
    }
}
View user's profileFind all posts by NVladSend private message
Code complete for overridden methods
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT - 5 Hours  
Page 1 of 1  

  
  
 Reply to topic