Exemplo n.º 1
0
 /**
  * set parent to null;
  */
 public function __construct()
 {
     parent::__construct();
     $this->_parent = null;
 }