ads == null ) { $this->ads = array(); } array_push( $this->ads, $ad ); } /** * Get the array of ads * @return array Returns the array of ads */ public function getAds() { return $this->ads; } }