Overrides RoleInterface::setIsAdmin
public function setIsAdmin($is_admin) { $this->is_admin = $is_admin; return $this; }