Api\ArrayType\ApiArrayOfNewsRelatedSearch::__construct PHP Method

__construct() public method

Constructor method for ArrayOfNewsRelatedSearch
public __construct ( array $newsRelatedSearch = [] )
$newsRelatedSearch array
    public function __construct(array $newsRelatedSearch = array())
    {
        $this->setNewsRelatedSearch($newsRelatedSearch);
    }