I am geting:
"Notice: Undefined variable: single_ad_data in"...
"Notice: Undefined variable: full_ad_data in"...
class Example {
public $page;
public $test_array, $single_ad_data, $get_full_ad_data=array();
public function __construct (array $test_array) {
$this->test_array = $test_array;
$this->single_ad_data = $single_ad_data;
$this->full_ad_data = $full_ad_data;
$this->page = $page=new DOMDocument;
}
}