Código PHP:
class linking {
const ANCHOR = 1;
const IMG = 2;
const ANCHOR_IMG =3;
private $html;
private $url;
private $anchor;
private $target=ANCHOR_IMG;
public function getTarget (){
return (int) $this->target;
}
...
}
Evidentemente no me toma las constantes.... aunque no entiendo porquue!
GRACIAS!
PD: Aclaro que el constructor no toca el atributo target