Api\ArrayType\ApiArrayOfNewsRelatedSearch::__construct PHP 메소드

__construct() 공개 메소드

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