/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Forms
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Forms/Grid.php (1442B)
columns = $columns;
}
/**
* @return ChoiceQuestion
*/
public function getColumns()
{
return $this->columns;
}
/**
* @param bool
*/
public function setShuffleQuestions($shuffleQuestions)
{
$this->shuffleQuestions = $shuffleQuestions;
}
/**
* @return bool
*/
public function getShuffleQuestions()
{
return $this->shuffleQuestions;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(Grid::class, 'Google_Service_Forms_Grid');