Hi i need to make getters and setter in phpDesigner8 like in Zend Studio.
My office computer is not very powerful for Zend 8 or 9.
(Please don’t write “change the IDE” I like this one).
Anybody knows is it possible or not ?
class A
{
protected $x;
protected $y;
public function getX() // I need this automatically.
{
//....
}
public function setX($x) // I need this automatically.
{
//......
}
}
Thanks.
Is imposible to make automatic getters and setters with phpDesigner8!