LeagueWrap\Api\Staticdata::setDDversion PHP Method

setDDversion() public method

Sets the DDversion to be used in the query. Null will return the most recent version.
public setDDversion ( string $DDversion = null )
$DDversion string
    public function setDDversion($DDversion = null)
    {
        $this->DDversion = $DDversion;
        return $this;
    }