/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Classroom
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Classroom/StateHistory.php (1667B)
actorUserId = $actorUserId;
}
/**
* @return string
*/
public function getActorUserId()
{
return $this->actorUserId;
}
/**
* @param string
*/
public function setState($state)
{
$this->state = $state;
}
/**
* @return string
*/
public function getState()
{
return $this->state;
}
/**
* @param string
*/
public function setStateTimestamp($stateTimestamp)
{
$this->stateTimestamp = $stateTimestamp;
}
/**
* @return string
*/
public function getStateTimestamp()
{
return $this->stateTimestamp;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(StateHistory::class, 'Google_Service_Classroom_StateHistory');